Html Css Color HEX #1E8FCC Pelorous

📋 copy color: '#1E8FCC'

red 30 ◦ green 143 ◦ blue 204

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

Shades of Pelorous #1E8FCC

Tints of Pelorous #1E8FCC

RGB

 RED value IS 30 (12.11% from 255) = 7.96%

 GREEN value IS 143 (56.25% from 255) = 37.93%

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

R = 7.96%
G = 37.93%
B = 54.11%

CMYK

 C value IS 0.85

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1E8FCC (or 0x1E8FCC) is known color: Pelorous. HEX triplet: 1E, 8F and CC. RGB value is (30,143,204). Sum of RGB (Red+Green+Blue) = 30+143+204=377 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.96% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E8FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8FCC is #E17033. Grayscale: #737373. Windows color (decimal): -14774324 or 13405982. OLE color: 13405982.

HSL color Cylindrical-coordinate representation of color #1E8FCC: hue angle of 201.03º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E8FCC is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 30 143 204 -
CMYK 0.85 0.30 0 0.2
HSL 201.03º 0.74% 0.46% -
HSV(B) 201.03º 0.85% 0.8% -
XYZ 21.26 24.28 60.69 -
YUV 116.17 177.56 66.54 -
System Red Green Blue C M Y K H S L
Decimal 30 143 204 0.85 0.30 0 0.2 201.03 0.74 0.46
Hex 1E 8F CC 55 1E 0 14 C9 4A 2E
Octal 36 217 314 125 36 0 24 311 112 56
Binary 11110 10001111 11001100 1010101 11110 0 10100 11001001 1001010 101110

Color Harmonies of #1E8FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8FCC

Black with #1E8FCC

Text Example


Text Example

White with #1E8FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,143,204); }

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

background-color css

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

 a { background-color: rgb(30,143,204); }

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

border-color css

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

 span { border-color: rgb(30,143,204); }

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