Html Css Color HEX #1F45DC Cerulean Blue

📋 copy color: '#1F45DC'

red 31 ◦ green 69 ◦ blue 220

#1F45DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #1F45DC

Tints of Cerulean Blue #1F45DC

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 value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F45DC (or 0x1F45DC) is known color: 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

RGB 31 69 220 -
CMYK 0.86 0.69 0 0.14
HSL 227.94º 0.75% 0.49% -
HSV(B) 227.94º 0.86% 0.86% -
XYZ 15.61 9.71 68.76 -
YUV 74.85 209.91 96.72 -
System Red Green Blue C M Y K H S L
Decimal 31 69 220 0.86 0.69 0 0.14 227.94 0.75 0.49
Hex 1F 45 DC 56 45 0 E E4 4B 31
Octal 37 105 334 126 105 0 16 344 113 61
Binary 11111 1000101 11011100 1010110 1000101 0 1110 11100100 1001011 110001

Color Harmonies of #1F45DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F45DC

Black with #1F45DC

Text Example


Text Example

White with #1F45DC

Text Example


Text Example

HTML Codes & Css Web 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>