Html Css Color HEX #1C87CD Pelorous

📋 copy color: '#1C87CD'

red 28 ◦ green 135 ◦ blue 205

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

Shades of Pelorous #1C87CD

Tints of Pelorous #1C87CD

RGB

 RED value IS 28 (11.33% from 255) = 7.61%

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

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

R = 7.61%
G = 36.68%
B = 55.71%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C87CD (or 0x1C87CD) is known color: Pelorous. HEX triplet: 1C, 87 and CD. RGB value is (28,135,205). Sum of RGB (Red+Green+Blue) = 28+135+205=368 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.61% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C87CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C87CD is #E37832. Grayscale: #6E6E6E. Windows color (decimal): -14907443 or 13469468. OLE color: 13469468.

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

Color convert

RGB 28 135 205 -
CMYK 0.86 0.34 0 0.20
HSL 203.73º 0.76% 0.46% -
HSV(B) 203.73º 0.86% 0.8% -
XYZ 20.16 21.98 60.94 -
YUV 110.99 181.05 68.81 -
System Red Green Blue C M Y K H S L
Decimal 28 135 205 0.86 0.34 0 0.20 203.73 0.76 0.46
Hex 1C 87 CD 56 22 0 14 CC 4C 2E
Octal 34 207 315 126 42 0 24 314 114 56
Binary 11100 10000111 11001101 1010110 100010 0 10100 11001100 1001100 101110

Color Harmonies of #1C87CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C87CD

Black with #1C87CD

Text Example


Text Example

White with #1C87CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,135,205); }

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

background-color css

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

 a { background-color: rgb(28,135,205); }

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

border-color css

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

 span { border-color: rgb(28,135,205); }

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