Html Css Color HEX #1E54DD Cerulean Blue

📋 copy color: '#1E54DD'

red 30 ◦ green 84 ◦ blue 221

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

Shades of Cerulean Blue #1E54DD

Tints of Cerulean Blue #1E54DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.97%

R = 8.96%
G = 25.07%
B = 65.97%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E54DD (or 0x1E54DD) is known color: Cerulean Blue. HEX triplet: 1E, 54 and DD. RGB value is (30,84,221). Sum of RGB (Red+Green+Blue) = 30+84+221=335 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.96% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E54DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E54DD is #E1AB22. Grayscale: #525252. Windows color (decimal): -14789411 or 14504990. OLE color: 14504990.

HSL color Cylindrical-coordinate representation of color #1E54DD: hue angle of 223.04º 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 #1E54DD is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 84 221 -
CMYK 0.86 0.62 0 0.13
HSL 223.04º 0.76% 0.49% -
HSV(B) 223.04º 0.86% 0.87% -
XYZ 16.76 11.84 69.81 -
YUV 83.47 205.61 89.86 -
System Red Green Blue C M Y K H S L
Decimal 30 84 221 0.86 0.62 0 0.13 223.04 0.76 0.49
Hex 1E 54 DD 56 3E 0 D DF 4C 31
Octal 36 124 335 126 76 0 15 337 114 61
Binary 11110 1010100 11011101 1010110 111110 0 1101 11011111 1001100 110001

Color Harmonies of #1E54DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E54DD

Black with #1E54DD

Text Example


Text Example

White with #1E54DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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