#1F4FCA

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

Shades of Cerulean Blue #1F4FCA

Tints of Cerulean Blue #1F4FCA

Color information

#1F4FCA (or 0x1F4FCA) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 4F and CA. RGB value is (31,79,202). Sum of RGB (Red+Green+Blue) = 31+79+202=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #1F4FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F4FCA is #E0B035. Grayscale: #4E4E4E. Windows color (decimal): -14725174 or 13258527. OLE color: 13258527.

HSL color Cylindrical-coordinate representation of color #1F4FCA: hue angle of 223.16º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F4FCA is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3179202-
CMYK0.850.6100.21
HSL223.16º73.39%45.69%-
HSV(B)223.16º84.65%79.22%-
XYZ14.0210.1557.1-
YUV78.67197.694-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.94%
GREEN value IS 79 (31.25% from 255) = 25.32%
BLUE value IS 202 (79.30% from 255) = 64.74%
R=9.94%
G=25.32%
B=64.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal31792020.850.6100.21223.1673.3945.69
Hex1F4FCA553D015df492e
Octal371173121257502533711156
Binary111111001111110010101010101111101010101110111111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,79,202); }

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

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

 a { background-color: rgb(31,79,202); }

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

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

 span { border-color: rgb(31,79,202); }

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