Html Css Color HEX #1C8DCC Pelorous

📋 copy color: '#1C8DCC'

red 28 ◦ green 141 ◦ blue 204

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

Shades of Pelorous #1C8DCC

Tints of Pelorous #1C8DCC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.8%

 BLUE value IS 204 (80.08% from 255) = 54.69%

R = 7.51%
G = 37.8%
B = 54.69%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1C8DCC (or 0x1C8DCC) is known color: Pelorous. HEX triplet: 1C, 8D and CC. RGB value is (28,141,204). Sum of RGB (Red+Green+Blue) = 28+141+204=373 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.51% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C8DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C8DCC is #E37233. Grayscale: #727272. Windows color (decimal): -14905908 or 13405468. OLE color: 13405468.

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

Color convert

RGB 28 141 204 -
CMYK 0.86 0.31 0 0.2
HSL 201.48º 0.76% 0.45% -
HSV(B) 201.48º 0.86% 0.8% -
XYZ 20.9 23.66 60.59 -
YUV 114.4 178.56 66.38 -
System Red Green Blue C M Y K H S L
Decimal 28 141 204 0.86 0.31 0 0.2 201.48 0.76 0.45
Hex 1C 8D CC 56 1F 0 14 C9 4C 2D
Octal 34 215 314 126 37 0 24 311 114 55
Binary 11100 10001101 11001100 1010110 11111 0 10100 11001001 1001100 101101

Color Harmonies of #1C8DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8DCC

Black with #1C8DCC

Text Example


Text Example

White with #1C8DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,141,204); }

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

background-color css

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

 a { background-color: rgb(28,141,204); }

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

border-color css

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

 span { border-color: rgb(28,141,204); }

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