#1F4BC6

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

Shades of Cerulean Blue #1F4BC6

Tints of Cerulean Blue #1F4BC6

Color information

#1F4BC6 (or 0x1F4BC6) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 4B and C6. RGB value is (31,75,198). Sum of RGB (Red+Green+Blue) = 31+75+198=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 198 (77.73% from 255 or 65.13% from 304); Max value from RGB is 198 - color contains mainly: blue. Hex color #1F4BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4BC6 is #E0B439. Grayscale: #4B4B4B. Windows color (decimal): -14726202 or 12995359. OLE color: 12995359.

HSL color Cylindrical-coordinate representation of color #1F4BC6: hue angle of 224.19º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F4BC6 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3175198-
CMYK0.840.6200.22
HSL224.19º72.93%44.9%-
HSV(B)224.19º84.34%77.65%-
XYZ13.279.454.54-
YUV75.87196.9296-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.20%
GREEN value IS 75 (29.69% from 255) = 24.67%
BLUE value IS 198 (77.73% from 255) = 65.13%
R=10.20%
G=24.67%
B=65.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal31751980.840.6200.22224.1972.9344.9
Hex1F4BC6543E016e0492d
Octal371133061247602634011155
Binary111111001011110001101010100111110010110111000001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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