Html Css Color HEX #1C87CB Pelorous

📋 copy color: '#1C87CB'

red 28 ◦ green 135 ◦ blue 203

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

Shades of Pelorous #1C87CB

Tints of Pelorous #1C87CB

RGB

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

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

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

R = 7.65%
G = 36.89%
B = 55.46%

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

#1C87CB (or 0x1C87CB) is known color: Pelorous. HEX triplet: 1C, 87 and CB. RGB value is (28,135,203). Sum of RGB (Red+Green+Blue) = 28+135+203=366 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.65% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C87CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C87CB is #E37834. Grayscale: #6E6E6E. Windows color (decimal): -14907445 or 13338396. OLE color: 13338396.

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

Color convert

RGB 28 135 203 -
CMYK 0.86 0.33 0 0.20
HSL 203.31º 0.76% 0.45% -
HSV(B) 203.31º 0.86% 0.8% -
XYZ 19.92 21.89 59.67 -
YUV 110.76 180.05 68.97 -
System Red Green Blue C M Y K H S L
Decimal 28 135 203 0.86 0.33 0 0.20 203.31 0.76 0.45
Hex 1C 87 CB 56 21 0 14 CB 4C 2D
Octal 34 207 313 126 41 0 24 313 114 55
Binary 11100 10000111 11001011 1010110 100001 0 10100 11001011 1001100 101101

Color Harmonies of #1C87CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C87CB

Black with #1C87CB

Text Example


Text Example

White with #1C87CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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