Html Css Color HEX #1D9DCD Pelorous

📋 copy color: '#1D9DCD'

red 29 ◦ green 157 ◦ blue 205

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

Shades of Pelorous #1D9DCD

Tints of Pelorous #1D9DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.15%

 BLUE value IS 205 (80.47% from 255) = 52.43%

R = 7.42%
G = 40.15%
B = 52.43%

CMYK

 C value IS 0.86

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1D9DCD (or 0x1D9DCD) is known color: Pelorous. HEX triplet: 1D, 9D and CD. RGB value is (29,157,205). Sum of RGB (Red+Green+Blue) = 29+157+205=391 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.42% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D9DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9DCD is #E26232. Grayscale: #7B7B7B. Windows color (decimal): -14836275 or 13475101. OLE color: 13475101.

HSL color Cylindrical-coordinate representation of color #1D9DCD: hue angle of 196.36º 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 #1D9DCD is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 157 205 -
CMYK 0.86 0.23 0 0.20
HSL 196.36º 0.75% 0.46% -
HSV(B) 196.36º 0.86% 0.8% -
XYZ 23.58 28.78 62.07 -
YUV 124.2 173.59 60.1 -
System Red Green Blue C M Y K H S L
Decimal 29 157 205 0.86 0.23 0 0.20 196.36 0.75 0.46
Hex 1D 9D CD 56 17 0 14 C4 4B 2E
Octal 35 235 315 126 27 0 24 304 113 56
Binary 11101 10011101 11001101 1010110 10111 0 10100 11000100 1001011 101110

Color Harmonies of #1D9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9DCD

Black with #1D9DCD

Text Example


Text Example

White with #1D9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,157,205); }

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

background-color css

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

 a { background-color: rgb(29,157,205); }

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

border-color css

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

 span { border-color: rgb(29,157,205); }

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