#1F4BB7

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

Shades of Cerulean Blue #1F4BB7

Tints of Cerulean Blue #1F4BB7

Color information

#1F4BB7 (or 0x1F4BB7) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 4B and B7. RGB value is (31,75,183). Sum of RGB (Red+Green+Blue) = 31+75+183=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 183 (71.88% from 255 or 63.32% from 289); Max value from RGB is 183 - color contains mainly: blue. Hex color #1F4BB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4BB7 is #E0B448. Grayscale: #494949. Windows color (decimal): -14726217 or 12012319. OLE color: 12012319.

HSL color Cylindrical-coordinate representation of color #1F4BB7: hue angle of 222.63º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F4BB7 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3175183-
CMYK0.830.5900.28
HSL222.63º71.03%41.96%-
HSV(B)222.63º83.06%71.76%-
XYZ11.638.7445.87-
YUV74.16189.4297.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.73%
GREEN value IS 75 (29.69% from 255) = 25.95%
BLUE value IS 183 (71.88% from 255) = 63.32%
R=10.73%
G=25.95%
B=63.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal31751830.830.5900.28222.6371.0341.96
Hex1F4BB7533B01Cdf472a
Octal371132671237303433710752
Binary111111001011101101111010011111011011100110111111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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