#1E52E5

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

Shades of Cerulean Blue #1E52E5

Tints of Cerulean Blue #1E52E5

Color information

#1E52E5 (or 0x1E52E5) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 52 and E5. RGB value is (30,82,229). Sum of RGB (Red+Green+Blue) = 30+82+229=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 229 (89.84% from 255 or 67.16% from 341); Max value from RGB is 229 - color contains mainly: blue. Hex color #1E52E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E52E5 is #E1AD1A. Grayscale: #525252. Windows color (decimal): -14789915 or 15028766. OLE color: 15028766.

HSL color Cylindrical-coordinate representation of color #1E52E5: hue angle of 224.32º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E52E5 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB3082229-
CMYK0.870.6400.10
HSL224.32º79.28%50.78%-
HSV(B)224.32º86.9%89.8%-
XYZ17.711.9775.51-
YUV83.21210.2790.05-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.80%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 229 (89.84% from 255) = 67.16%
R=8.80%
G=24.05%
B=67.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal30822290.870.6400.10224.3279.2850.78
Hex1E52E557400Ae04f33
Octal3612234512710001234011763
Binary111101010010111001011010111100000001010111000001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E52E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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