Html Css Color HEX #1D8CCA Pelorous

📋 copy color: '#1D8CCA'

red 29 ◦ green 140 ◦ blue 202

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

Shades of Pelorous #1D8CCA

Tints of Pelorous #1D8CCA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.74%

 BLUE value IS 202 (79.3% from 255) = 54.45%

R = 7.82%
G = 37.74%
B = 54.45%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1D8CCA (or 0x1D8CCA) is known color: Pelorous. HEX triplet: 1D, 8C and CA. RGB value is (29,140,202). Sum of RGB (Red+Green+Blue) = 29+140+202=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #1D8CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D8CCA is #E27335. Grayscale: #717171. Windows color (decimal): -14840630 or 13274141. OLE color: 13274141.

HSL color Cylindrical-coordinate representation of color #1D8CCA: hue angle of 201.5º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D8CCA is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 29 140 202 -
CMYK 0.86 0.31 0 0.21
HSL 201.5º 0.75% 0.45% -
HSV(B) 201.5º 0.86% 0.79% -
XYZ 20.55 23.28 59.29 -
YUV 113.88 177.73 67.46 -
System Red Green Blue C M Y K H S L
Decimal 29 140 202 0.86 0.31 0 0.21 201.5 0.75 0.45
Hex 1D 8C CA 56 1F 0 15 CA 4B 2D
Octal 35 214 312 126 37 0 25 312 113 55
Binary 11101 10001100 11001010 1010110 11111 0 10101 11001010 1001011 101101

Color Harmonies of #1D8CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8CCA

Black with #1D8CCA

Text Example


Text Example

White with #1D8CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,140,202); }

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

background-color css

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

 a { background-color: rgb(29,140,202); }

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

border-color css

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

 span { border-color: rgb(29,140,202); }

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