#1E5AD5

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

Shades of Cerulean Blue #1E5AD5

Tints of Cerulean Blue #1E5AD5

Color information

#1E5AD5 (or 0x1E5AD5) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 5A and D5. RGB value is (30,90,213). Sum of RGB (Red+Green+Blue) = 30+90+213=333 (44% of max value = 765). Red value is 30 (12.11% from 255 or 9.01% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 213 (83.59% from 255 or 63.96% from 333); Max value from RGB is 213 - color contains mainly: blue. Hex color #1E5AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5AD5 is #E1A52A. Grayscale: #555555. Windows color (decimal): -14787883 or 13982238. OLE color: 13982238.

HSL color Cylindrical-coordinate representation of color #1E5AD5: hue angle of 220.33º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E5AD5 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3090213-
CMYK0.860.5800.16
HSL220.33º75.31%47.65%-
HSV(B)220.33º85.92%83.53%-
XYZ16.212.3964.49-
YUV86.08199.6288-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.01%
GREEN value IS 90 (35.55% from 255) = 27.03%
BLUE value IS 213 (83.59% from 255) = 63.96%
R=9.01%
G=27.03%
B=63.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal30902130.860.5800.16220.3375.3147.65
Hex1E5AD5563A010dc4b30
Octal361323251267202033411360
Binary111101011010110101011010110111010010000110111001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,90,213); }

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

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

 a { background-color: rgb(30,90,213); }

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

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

 span { border-color: rgb(30,90,213); }

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