Html Css Color HEX #1E54CE Cerulean Blue

📋 copy color: '#1E54CE'

red 30 ◦ green 84 ◦ blue 206

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

Shades of Cerulean Blue #1E54CE

Tints of Cerulean Blue #1E54CE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.25%

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

R = 9.38%
G = 26.25%
B = 64.38%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E54CE (or 0x1E54CE) is known color: Cerulean Blue. HEX triplet: 1E, 54 and CE. RGB value is (30,84,206). Sum of RGB (Red+Green+Blue) = 30+84+206=320 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.38% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E54CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E54CE is #E1AB31. Grayscale: #515151. Windows color (decimal): -14789426 or 13521950. OLE color: 13521950.

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

Color convert

RGB 30 84 206 -
CMYK 0.85 0.59 0 0.19
HSL 221.59º 0.75% 0.46% -
HSV(B) 221.59º 0.85% 0.81% -
XYZ 14.85 11.07 59.75 -
YUV 81.76 198.11 91.08 -
System Red Green Blue C M Y K H S L
Decimal 30 84 206 0.85 0.59 0 0.19 221.59 0.75 0.46
Hex 1E 54 CE 55 3B 0 13 DE 4B 2E
Octal 36 124 316 125 73 0 23 336 113 56
Binary 11110 1010100 11001110 1010101 111011 0 10011 11011110 1001011 101110

Color Harmonies of #1E54CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E54CE

Black with #1E54CE

Text Example


Text Example

White with #1E54CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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