#1F4EB4

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

Shades of Cerulean Blue #1F4EB4

Tints of Cerulean Blue #1F4EB4

Color information

#1F4EB4 (or 0x1F4EB4) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 4E and B4. RGB value is (31,78,180). Sum of RGB (Red+Green+Blue) = 31+78+180=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 180 (70.70% from 255 or 62.28% from 289); Max value from RGB is 180 - color contains mainly: blue. Hex color #1F4EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F4EB4 is #E0B14B. Grayscale: #4B4B4B. Windows color (decimal): -14725452 or 11816479. OLE color: 11816479.

HSL color Cylindrical-coordinate representation of color #1F4EB4: hue angle of 221.07º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F4EB4 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3178180-
CMYK0.830.5700.29
HSL221.07º70.62%41.37%-
HSV(B)221.07º82.78%70.59%-
XYZ11.539.0444.32-
YUV75.57186.9396.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.73%
GREEN value IS 78 (30.86% from 255) = 26.99%
BLUE value IS 180 (70.70% from 255) = 62.28%
R=10.73%
G=26.99%
B=62.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31781800.830.5700.29221.0770.6241.37
Hex1F4EB4533901Ddd4729
Octal371162641237103533510751
Binary111111001110101101001010011111001011101110111011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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