#1E8FCA

Color #1E8FCA Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1E8FCA

Tints of Pelorous #1E8FCA

Color information

#1E8FCA (or 0x1E8FCA) is unknown color: approx Pelorous. HEX triplet: 1E, 8F and CA. RGB value is (30,143,202). Sum of RGB (Red+Green+Blue) = 30+143+202=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #1E8FCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8FCA is #E17035. Grayscale: #737373. Windows color (decimal): -14774326 or 13274910. OLE color: 13274910.

HSL color Cylindrical-coordinate representation of color #1E8FCA: hue angle of 200.58º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E8FCA is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB30143202-
CMYK0.850.2900.21
HSL200.58º74.14%45.49%-
HSV(B)200.58º85.15%79.22%-
XYZ21.0224.1959.44-
YUV115.94176.5666.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8%
GREEN value IS 143 (56.25% from 255) = 38.13%
BLUE value IS 202 (79.30% from 255) = 53.87%
R=8%
G=38.13%
B=53.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal301432020.850.2900.21200.5874.1445.49
Hex1E8FCA551D015c94a2d
Octal362173121253502531111255
Binary111101000111111001010101010111101010101110010011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E8FCA;
 }
 .AnyTagClassName
 {
   color: #1E8FCA;
 }
</style>
background-color css

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

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

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

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

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

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