Html Css Color HEX #1E52CE Cerulean Blue

📋 copy color: '#1E52CE'

red 30 ◦ green 82 ◦ blue 206

#1E52CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #1E52CE

Tints of Cerulean Blue #1E52CE

RGB

 RED value IS 30 (12.11% from 255) = 9.43%

 GREEN value IS 82 (32.42% from 255) = 25.79%

 BLUE value IS 206 (80.86% from 255) = 64.78%

R = 9.43%
G = 25.79%
B = 64.78%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E52CE (or 0x1E52CE) is known color: Cerulean Blue. HEX triplet: 1E, 52 and CE. RGB value is (30,82,206). Sum of RGB (Red+Green+Blue) = 30+82+206=318 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.43% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E52CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E52CE is #E1AD31. Grayscale: #505050. Windows color (decimal): -14789938 or 13521438. OLE color: 13521438.

HSL color Cylindrical-coordinate representation of color #1E52CE: hue angle of 222.27º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E52CE is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 82 206 -
CMYK 0.85 0.60 0 0.19
HSL 222.27º 0.75% 0.46% -
HSV(B) 222.27º 0.85% 0.81% -
XYZ 14.69 10.77 59.7 -
YUV 80.59 198.77 91.92 -
System Red Green Blue C M Y K H S L
Decimal 30 82 206 0.85 0.60 0 0.19 222.27 0.75 0.46
Hex 1E 52 CE 55 3C 0 13 DE 4B 2E
Octal 36 122 316 125 74 0 23 336 113 56
Binary 11110 1010010 11001110 1010101 111100 0 10011 11011110 1001011 101110

Color Harmonies of #1E52CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E52CE

Black with #1E52CE

Text Example


Text Example

White with #1E52CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E52CE;
 }
 .AnyTagClassName
 {
   color: #1E52CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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