#1E81CC

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

Shades of Curious Blue #1E81CC

Tints of Curious Blue #1E81CC

Color information

#1E81CC (or 0x1E81CC) is unknown color: approx Curious Blue. HEX triplet: 1E, 81 and CC. RGB value is (30,129,204). Sum of RGB (Red+Green+Blue) = 30+129+204=363 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.26% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E81CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E81CC is #E17E33. Grayscale: #6B6B6B. Windows color (decimal): -14777908 or 13402398. OLE color: 13402398.

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

Color convert

RGB30129204-
CMYK0.850.3700.2
HSL205.86º74.36%45.88%-
HSV(B)205.86º85.29%80%-
XYZ19.2820.3460.04-
YUV107.95182.272.4-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.26%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 204 (80.08% from 255) = 56.20%
R=8.26%
G=35.54%
B=56.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal301292040.850.3700.2205.8674.3645.88
Hex1E81CC5525014ce4a2e
Octal362013141254502431611256
Binary1111010000001110011001010101100101010100110011101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E81CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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