#1E53D2

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

Shades of Cerulean Blue #1E53D2

Tints of Cerulean Blue #1E53D2

Color information

#1E53D2 (or 0x1E53D2) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 53 and D2. RGB value is (30,83,210). Sum of RGB (Red+Green+Blue) = 30+83+210=323 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.29% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 210 (82.42% from 255 or 65.02% from 323); Max value from RGB is 210 - color contains mainly: blue. Hex color #1E53D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E53D2 is #E1AC2D. Grayscale: #515151. Windows color (decimal): -14789678 or 13783838. OLE color: 13783838.

HSL color Cylindrical-coordinate representation of color #1E53D2: hue angle of 222.33º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E53D2 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3083210-
CMYK0.860.6000.18
HSL222.33º75%47.06%-
HSV(B)222.33º85.71%82.35%-
XYZ15.2611.1262.31-
YUV81.63200.4491.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.29%
GREEN value IS 83 (32.81% from 255) = 25.70%
BLUE value IS 210 (82.42% from 255) = 65.02%
R=9.29%
G=25.70%
B=65.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal30832100.860.6000.18222.337547.06
Hex1E53D2563C012de4b2f
Octal361233221267402233611357
Binary111101010011110100101010110111100010010110111101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E53D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,83,210); }

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

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

 a { background-color: rgb(30,83,210); }

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

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

 span { border-color: rgb(30,83,210); }

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