#1E52DD

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

Shades of Cerulean Blue #1E52DD

Tints of Cerulean Blue #1E52DD

Color information

#1E52DD (or 0x1E52DD) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 52 and DD. RGB value is (30,82,221). Sum of RGB (Red+Green+Blue) = 30+82+221=333 (44% of max value = 765). Red value is 30 (12.11% from 255 or 9.01% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E52DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E52DD is #E1AD22. Grayscale: #515151. Windows color (decimal): -14789923 or 14504478. OLE color: 14504478.

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

Color convert

RGB3082221-
CMYK0.860.6300.13
HSL223.66º76.1%49.22%-
HSV(B)223.66º86.43%86.67%-
XYZ16.611.5369.76-
YUV82.3206.2790.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.01%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 221 (86.72% from 255) = 66.37%
R=9.01%
G=24.62%
B=66.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal30822210.860.6300.13223.6676.149.22
Hex1E52DD563F0De04c31
Octal361223351267701534011461
Binary11110101001011011101101011011111101101111000001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E52DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,82,221); }

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

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

 a { background-color: rgb(30,82,221); }

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

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

 span { border-color: rgb(30,82,221); }

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