#1e59e0

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

Shades of Cerulean Blue #1E59E0

Tints of Cerulean Blue #1E59E0

Color information

#1E59E0 (or 0x1E59E0) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 59 and E0. RGB value is (30,89,224). Sum of RGB (Red+Green+Blue) = 30+89+224=343 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.75% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 224 (87.89% from 255 or 65.31% from 343); Max value from RGB is 224 - color contains mainly: blue. Hex color #1E59E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E59E0 is #E1A61F. Grayscale: #565656. Windows color (decimal): -14788128 or 14702878. OLE color: 14702878.

HSL color Cylindrical-coordinate representation of color #1E59E0: hue angle of 221.75º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E59E0 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3089224-
CMYK0.870.6000.12
HSL221.75º76.38%49.8%-
HSV(B)221.75º86.61%87.84%-
XYZ17.5612.872.07-
YUV86.75205.4587.52-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.75%
GREEN value IS 89 (35.16% from 255) = 25.95%
BLUE value IS 224 (87.89% from 255) = 65.31%
R=8.75%
G=25.95%
B=65.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal30892240.870.6000.12221.7576.3849.8
Hex1E59E0573C0Cde4c32
Octal361313401277401433611462
Binary11110101100111100000101011111110001100110111101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e59e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,89,224); }

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

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

 a { background-color: rgb(30,89,224); }

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

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

 span { border-color: rgb(30,89,224); }

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