#1e59da

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

Shades of Cerulean Blue #1E59DA

Tints of Cerulean Blue #1E59DA

Color information

#1E59DA (or 0x1E59DA) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 59 and DA. RGB value is (30,89,218). Sum of RGB (Red+Green+Blue) = 30+89+218=337 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.90% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E59DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E59DA is #E1A625. Grayscale: #555555. Windows color (decimal): -14788134 or 14309662. OLE color: 14309662.

HSL color Cylindrical-coordinate representation of color #1E59DA: hue angle of 221.17º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E59DA is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3089218-
CMYK0.860.5900.15
HSL221.17º75.81%48.63%-
HSV(B)221.17º86.24%85.49%-
XYZ16.7612.4867.86-
YUV86.06202.4588.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.90%
GREEN value IS 89 (35.16% from 255) = 26.41%
BLUE value IS 218 (85.55% from 255) = 64.69%
R=8.90%
G=26.41%
B=64.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal30892180.860.5900.15221.1775.8148.63
Hex1E59DA563B0Fdd4c31
Octal361313321267301733511461
Binary11110101100111011010101011011101101111110111011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e59da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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