Html Css Color HEX #1D58D0 Cerulean Blue

📋 copy color: '#1D58D0'

red 29 ◦ green 88 ◦ blue 208

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

Shades of Cerulean Blue #1D58D0

Tints of Cerulean Blue #1D58D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 64%

R = 8.92%
G = 27.08%
B = 64%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1D58D0 (or 0x1D58D0) is known color: Cerulean Blue. HEX triplet: 1D, 58 and D0. RGB value is (29,88,208). Sum of RGB (Red+Green+Blue) = 29+88+208=325 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.92% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 208 (81.64% from 255 or 64% from 325); Max value from RGB is 208 - color contains mainly: blue. Hex color #1D58D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D58D0 is #E2A72F. Grayscale: #535353. Windows color (decimal): -14853936 or 13654045. OLE color: 13654045.

HSL color Cylindrical-coordinate representation of color #1D58D0: hue angle of 220.22º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D58D0 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 29 88 208 -
CMYK 0.86 0.58 0 0.18
HSL 220.22º 0.76% 0.46% -
HSV(B) 220.22º 0.86% 0.82% -
XYZ 15.38 11.79 61.14 -
YUV 84.04 197.95 88.74 -
System Red Green Blue C M Y K H S L
Decimal 29 88 208 0.86 0.58 0 0.18 220.22 0.76 0.46
Hex 1D 58 D0 56 3A 0 12 DC 4C 2E
Octal 35 130 320 126 72 0 22 334 114 56
Binary 11101 1011000 11010000 1010110 111010 0 10010 11011100 1001100 101110

Color Harmonies of #1D58D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D58D0

Black with #1D58D0

Text Example


Text Example

White with #1D58D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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