#1F46CB

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

Shades of Cerulean Blue #1F46CB

Tints of Cerulean Blue #1F46CB

Color information

#1F46CB (or 0x1F46CB) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 46 and CB. RGB value is (31,70,203). Sum of RGB (Red+Green+Blue) = 31+70+203=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F46CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F46CB is #E0B934. Grayscale: #484848. Windows color (decimal): -14727477 or 13321759. OLE color: 13321759.

HSL color Cylindrical-coordinate representation of color #1F46CB: hue angle of 226.4º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F46CB is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3170203-
CMYK0.850.6600.20
HSL226.4º73.5%45.88%-
HSV(B)226.4º84.73%79.61%-
XYZ13.538.9857.52-
YUV73.5201.0897.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.20%
GREEN value IS 70 (27.73% from 255) = 23.03%
BLUE value IS 203 (79.69% from 255) = 66.78%
R=10.20%
G=23.03%
B=66.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal31702030.850.6600.20226.473.545.88
Hex1F46CB5542014e24a2e
Octal3710631312510202434211256
Binary1111110001101100101110101011000010010100111000101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F46CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,70,203); }

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

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

 a { background-color: rgb(31,70,203); }

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

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

 span { border-color: rgb(31,70,203); }

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