Html Css Color HEX #1E53CE Cerulean Blue

📋 copy color: '#1E53CE'

red 30 ◦ green 83 ◦ blue 206

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

Shades of Cerulean Blue #1E53CE

Tints of Cerulean Blue #1E53CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.02%

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

R = 9.4%
G = 26.02%
B = 64.58%

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

#1E53CE (or 0x1E53CE) is known color: Cerulean Blue. HEX triplet: 1E, 53 and CE. RGB value is (30,83,206). Sum of RGB (Red+Green+Blue) = 30+83+206=319 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.40% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E53CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E53CE is #E1AC31. Grayscale: #505050. Windows color (decimal): -14789682 or 13521694. OLE color: 13521694.

HSL color Cylindrical-coordinate representation of color #1E53CE: hue angle of 221.93º 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 #1E53CE is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 83 206 -
CMYK 0.85 0.60 0 0.19
HSL 221.93º 0.75% 0.46% -
HSV(B) 221.93º 0.85% 0.81% -
XYZ 14.77 10.92 59.72 -
YUV 81.18 198.44 91.5 -
System Red Green Blue C M Y K H S L
Decimal 30 83 206 0.85 0.60 0 0.19 221.93 0.75 0.46
Hex 1E 53 CE 55 3C 0 13 DE 4B 2E
Octal 36 123 316 125 74 0 23 336 113 56
Binary 11110 1010011 11001110 1010101 111100 0 10011 11011110 1001011 101110

Color Harmonies of #1E53CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E53CE

Black with #1E53CE

Text Example


Text Example

White with #1E53CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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