Html Css Color HEX #1D87CB Pelorous

📋 copy color: '#1D87CB'

red 29 ◦ green 135 ◦ blue 203

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

Shades of Pelorous #1D87CB

Tints of Pelorous #1D87CB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.78%

 BLUE value IS 203 (79.69% from 255) = 55.31%

R = 7.9%
G = 36.78%
B = 55.31%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1D87CB (or 0x1D87CB) is known color: Pelorous. HEX triplet: 1D, 87 and CB. RGB value is (29,135,203). Sum of RGB (Red+Green+Blue) = 29+135+203=367 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.90% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D87CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D87CB is #E27834. Grayscale: #6E6E6E. Windows color (decimal): -14841909 or 13338397. OLE color: 13338397.

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

Color convert

RGB 29 135 203 -
CMYK 0.86 0.33 0 0.20
HSL 203.45º 0.75% 0.45% -
HSV(B) 203.45º 0.86% 0.8% -
XYZ 19.95 21.9 59.68 -
YUV 111.06 179.88 69.47 -
System Red Green Blue C M Y K H S L
Decimal 29 135 203 0.86 0.33 0 0.20 203.45 0.75 0.45
Hex 1D 87 CB 56 21 0 14 CB 4B 2D
Octal 35 207 313 126 41 0 24 313 113 55
Binary 11101 10000111 11001011 1010110 100001 0 10100 11001011 1001011 101101

Color Harmonies of #1D87CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D87CB

Black with #1D87CB

Text Example


Text Example

White with #1D87CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,135,203); }

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

background-color css

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

 a { background-color: rgb(29,135,203); }

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

border-color css

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

 span { border-color: rgb(29,135,203); }

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