#1F51CA

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

Shades of Cerulean Blue #1F51CA

Tints of Cerulean Blue #1F51CA

Color information

#1F51CA (or 0x1F51CA) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 51 and CA. RGB value is (31,81,202). Sum of RGB (Red+Green+Blue) = 31+81+202=314 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.87% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #1F51CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F51CA is #E0AE35. Grayscale: #4F4F4F. Windows color (decimal): -14724662 or 13259039. OLE color: 13259039.

HSL color Cylindrical-coordinate representation of color #1F51CA: hue angle of 222.46º 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 #1F51CA is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3181202-
CMYK0.850.6000.21
HSL222.46º73.39%45.69%-
HSV(B)222.46º84.65%79.22%-
XYZ14.1710.4457.15-
YUV79.84196.9493.16-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.87%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 202 (79.30% from 255) = 64.33%
R=9.87%
G=25.80%
B=64.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal31812020.850.6000.21222.4673.3945.69
Hex1F51CA553C015de492e
Octal371213121257402533611156
Binary111111010001110010101010101111100010101110111101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F51CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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