Html Css Color HEX #1D8ACC Pelorous

📋 copy color: '#1D8ACC'

red 29 ◦ green 138 ◦ blue 204

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

Shades of Pelorous #1D8ACC

Tints of Pelorous #1D8ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.2%

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

R = 7.82%
G = 37.2%
B = 54.99%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1D8ACC (or 0x1D8ACC) is known color: Pelorous. HEX triplet: 1D, 8A and CC. RGB value is (29,138,204). Sum of RGB (Red+Green+Blue) = 29+138+204=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D8ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D8ACC is #E27533. Grayscale: #707070. Windows color (decimal): -14841140 or 13404701. OLE color: 13404701.

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

Color convert

RGB 29 138 204 -
CMYK 0.86 0.32 0 0.2
HSL 202.63º 0.75% 0.46% -
HSV(B) 202.63º 0.86% 0.8% -
XYZ 20.49 22.8 60.45 -
YUV 112.93 179.39 68.13 -
System Red Green Blue C M Y K H S L
Decimal 29 138 204 0.86 0.32 0 0.2 202.63 0.75 0.46
Hex 1D 8A CC 56 20 0 14 CB 4B 2E
Octal 35 212 314 126 40 0 24 313 113 56
Binary 11101 10001010 11001100 1010110 100000 0 10100 11001011 1001011 101110

Color Harmonies of #1D8ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8ACC

Black with #1D8ACC

Text Example


Text Example

White with #1D8ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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