#1F4ECA

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

Shades of Cerulean Blue #1F4ECA

Tints of Cerulean Blue #1F4ECA

Color information

#1F4ECA (or 0x1F4ECA) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 4E and CA. RGB value is (31,78,202). Sum of RGB (Red+Green+Blue) = 31+78+202=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 202 (79.30% from 255 or 64.95% from 311); Max value from RGB is 202 - color contains mainly: blue. Hex color #1F4ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F4ECA is #E0B135. Grayscale: #4D4D4D. Windows color (decimal): -14725430 or 13258271. OLE color: 13258271.

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

Color convert

RGB3178202-
CMYK0.850.6100.21
HSL223.51º73.39%45.69%-
HSV(B)223.51º84.65%79.22%-
XYZ13.951057.07-
YUV78.08197.9394.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.97%
GREEN value IS 78 (30.86% from 255) = 25.08%
BLUE value IS 202 (79.30% from 255) = 64.95%
R=9.97%
G=25.08%
B=64.95%

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
Decimal31782020.850.6100.21223.5173.3945.69
Hex1F4ECA553D015e0492e
Octal371163121257502534011156
Binary111111001110110010101010101111101010101111000001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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