Html Css Color HEX #1D55DC Cerulean Blue

📋 copy color: '#1D55DC'

red 29 ◦ green 85 ◦ blue 220

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

Shades of Cerulean Blue #1D55DC

Tints of Cerulean Blue #1D55DC

RGB

 RED value IS 29 (11.72% from 255) = 8.68%

 GREEN value IS 85 (33.59% from 255) = 25.45%

 BLUE value IS 220 (86.33% from 255) = 65.87%

R = 8.68%
G = 25.45%
B = 65.87%

CMYK

 C value IS 0.87

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1D55DC (or 0x1D55DC) is known color: Cerulean Blue. HEX triplet: 1D, 55 and DC. RGB value is (29,85,220). Sum of RGB (Red+Green+Blue) = 29+85+220=334 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.68% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #1D55DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D55DC is #E2AA23. Grayscale: #535353. Windows color (decimal): -14854692 or 14439709. OLE color: 14439709.

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

Color convert

RGB 29 85 220 -
CMYK 0.87 0.61 0 0.14
HSL 222.41º 0.77% 0.49% -
HSV(B) 222.41º 0.87% 0.86% -
XYZ 16.67 11.93 69.13 -
YUV 83.65 204.95 89.02 -
System Red Green Blue C M Y K H S L
Decimal 29 85 220 0.87 0.61 0 0.14 222.41 0.77 0.49
Hex 1D 55 DC 57 3D 0 E DE 4D 31
Octal 35 125 334 127 75 0 16 336 115 61
Binary 11101 1010101 11011100 1010111 111101 0 1110 11011110 1001101 110001

Color Harmonies of #1D55DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D55DC

Black with #1D55DC

Text Example


Text Example

White with #1D55DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,85,220); }

 H1.HeaderClassName
 {
   color: #1D55DC;
 }
 .AnyTagClassName
 {
   color: #1D55DC;
 }
</style>

background-color css

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

 a { background-color: rgb(29,85,220); }

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

border-color css

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

 span { border-color: rgb(29,85,220); }

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