Html Css Color HEX #1C87CF Pelorous

📋 copy color: '#1C87CF'

red 28 ◦ green 135 ◦ blue 207

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

Shades of Pelorous #1C87CF

Tints of Pelorous #1C87CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.95%

R = 7.57%
G = 36.49%
B = 55.95%

CMYK

 C value IS 0.86

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C87CF (or 0x1C87CF) is known color: Pelorous. HEX triplet: 1C, 87 and CF. RGB value is (28,135,207). Sum of RGB (Red+Green+Blue) = 28+135+207=370 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.57% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C87CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C87CF is #E37830. Grayscale: #6E6E6E. Windows color (decimal): -14907441 or 13600540. OLE color: 13600540.

HSL color Cylindrical-coordinate representation of color #1C87CF: hue angle of 204.13º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C87CF is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 135 207 -
CMYK 0.86 0.35 0 0.19
HSL 204.13º 0.76% 0.46% -
HSV(B) 204.13º 0.86% 0.81% -
XYZ 20.41 22.08 62.22 -
YUV 111.22 182.05 68.65 -
System Red Green Blue C M Y K H S L
Decimal 28 135 207 0.86 0.35 0 0.19 204.13 0.76 0.46
Hex 1C 87 CF 56 23 0 13 CC 4C 2E
Octal 34 207 317 126 43 0 23 314 114 56
Binary 11100 10000111 11001111 1010110 100011 0 10011 11001100 1001100 101110

Color Harmonies of #1C87CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C87CF

Black with #1C87CF

Text Example


Text Example

White with #1C87CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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