#1F4BC0

Color #1F4BC0 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #1F4BC0

Tints of Cerulean Blue #1F4BC0

Color information

#1F4BC0 (or 0x1F4BC0) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 4B and C0. RGB value is (31,75,192). Sum of RGB (Red+Green+Blue) = 31+75+192=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 192 (75.39% from 255 or 64.43% from 298); Max value from RGB is 192 - color contains mainly: blue. Hex color #1F4BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4BC0 is #E0B43F. Grayscale: #4A4A4A. Windows color (decimal): -14726208 or 12602143. OLE color: 12602143.

HSL color Cylindrical-coordinate representation of color #1F4BC0: hue angle of 223.6º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F4BC0 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3175192-
CMYK0.840.6100.25
HSL223.6º72.2%43.73%-
HSV(B)223.6º83.85%75.29%-
XYZ12.69.1350.97-
YUV75.18193.9296.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 10.40%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 192 (75.39% from 255) = 64.43%
R=10.40%
G=25.17%
B=64.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31751920.840.6100.25223.672.243.73
Hex1F4BC0543D019e0482c
Octal371133001247503134011054
Binary111111001011110000001010100111101011001111000001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F4BC0; }

 p { color: rgb(31,75,192); }

 H1.HeaderClassName
 {
   color: #1F4BC0;
 }
 .AnyTagClassName
 {
   color: #1F4BC0;
 }
</style>
background-color css

<style>
 a { background-color: #1F4BC0; }

 a { background-color: rgb(31,75,192); }

 div.DivClassName
 {
   background-color: #1F4BC0;
 }
 .BgClassName
 {
   background-color: #1F4BC0;
 }
</style>
border-color css

<style>
 span { border-color: #1F4BC0; }

 span { border-color: rgb(31,75,192); }

 td.TdClassName
 {
   border-color: #1F4BC0;
 }
 .TagClassName
 {
   border-color: #1F4BC0;
 }
</style>