Html Css Color HEX #1D58CC Cerulean Blue

📋 copy color: '#1D58CC'

red 29 ◦ green 88 ◦ blue 204

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

Shades of Cerulean Blue #1D58CC

Tints of Cerulean Blue #1D58CC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.41%

 BLUE value IS 204 (80.08% from 255) = 63.55%

R = 9.03%
G = 27.41%
B = 63.55%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1D58CC (or 0x1D58CC) is known color: Cerulean Blue. HEX triplet: 1D, 58 and CC. RGB value is (29,88,204). Sum of RGB (Red+Green+Blue) = 29+88+204=321 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.03% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D58CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D58CC is #E2A733. Grayscale: #535353. Windows color (decimal): -14853940 or 13391901. OLE color: 13391901.

HSL color Cylindrical-coordinate representation of color #1D58CC: hue angle of 219.77º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D58CC is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 29 88 204 -
CMYK 0.86 0.57 0 0.2
HSL 219.77º 0.75% 0.46% -
HSV(B) 219.77º 0.86% 0.8% -
XYZ 14.9 11.6 58.58 -
YUV 83.58 195.95 89.07 -
System Red Green Blue C M Y K H S L
Decimal 29 88 204 0.86 0.57 0 0.2 219.77 0.75 0.46
Hex 1D 58 CC 56 39 0 14 DC 4B 2E
Octal 35 130 314 126 71 0 24 334 113 56
Binary 11101 1011000 11001100 1010110 111001 0 10100 11011100 1001011 101110

Color Harmonies of #1D58CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D58CC

Black with #1D58CC

Text Example


Text Example

White with #1D58CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,88,204); }

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

background-color css

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

 a { background-color: rgb(29,88,204); }

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

border-color css

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

 span { border-color: rgb(29,88,204); }

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