#1F45DC

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

Shades of Cerulean Blue #1F45DC

Tints of Cerulean Blue #1F45DC

Color information

#1F45DC (or 0x1F45DC) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 45 and DC. RGB value is (31,69,220). Sum of RGB (Red+Green+Blue) = 31+69+220=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F45DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F45DC is #E0BA23. Grayscale: #4A4A4A. Windows color (decimal): -14727716 or 14435615. OLE color: 14435615.

HSL color Cylindrical-coordinate representation of color #1F45DC: hue angle of 227.94º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F45DC is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3169220-
CMYK0.860.6900.14
HSL227.94º75.3%49.22%-
HSV(B)227.94º85.91%86.27%-
XYZ15.619.7168.76-
YUV74.85209.9196.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.69%
GREEN value IS 69 (27.34% from 255) = 21.56%
BLUE value IS 220 (86.33% from 255) = 68.75%
R=9.69%
G=21.56%
B=68.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal31692200.860.6900.14227.9475.349.22
Hex1F45DC56450Ee44b31
Octal3710533412610501634411361
Binary111111000101110111001010110100010101110111001001001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F45DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,69,220); }

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

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

 a { background-color: rgb(31,69,220); }

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

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

 span { border-color: rgb(31,69,220); }

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