Html Css Color HEX #1C88CF Pelorous

📋 copy color: '#1C88CF'

red 28 ◦ green 136 ◦ blue 207

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

Shades of Pelorous #1C88CF

Tints of Pelorous #1C88CF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.66%

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

R = 7.55%
G = 36.66%
B = 55.8%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C88CF (or 0x1C88CF) is known color: Pelorous. HEX triplet: 1C, 88 and CF. RGB value is (28,136,207). Sum of RGB (Red+Green+Blue) = 28+136+207=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C88CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C88CF is #E37730. Grayscale: #6F6F6F. Windows color (decimal): -14907185 or 13600796. OLE color: 13600796.

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

Color convert

RGB 28 136 207 -
CMYK 0.86 0.34 0 0.19
HSL 203.8º 0.76% 0.46% -
HSV(B) 203.8º 0.86% 0.81% -
XYZ 20.55 22.36 62.26 -
YUV 111.8 181.72 68.23 -
System Red Green Blue C M Y K H S L
Decimal 28 136 207 0.86 0.34 0 0.19 203.8 0.76 0.46
Hex 1C 88 CF 56 22 0 13 CC 4C 2E
Octal 34 210 317 126 42 0 23 314 114 56
Binary 11100 10001000 11001111 1010110 100010 0 10011 11001100 1001100 101110

Color Harmonies of #1C88CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C88CF

Black with #1C88CF

Text Example


Text Example

White with #1C88CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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