Html Css Color HEX #1E4DDD Cerulean Blue

📋 copy color: '#1E4DDD'

red 30 ◦ green 77 ◦ blue 221

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

Shades of Cerulean Blue #1E4DDD

Tints of Cerulean Blue #1E4DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.48%

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

R = 9.15%
G = 23.48%
B = 67.38%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E4DDD (or 0x1E4DDD) is known color: Cerulean Blue. HEX triplet: 1E, 4D and DD. RGB value is (30,77,221). Sum of RGB (Red+Green+Blue) = 30+77+221=328 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.15% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 221 (86.72% from 255 or 67.38% from 328); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E4DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E4DDD is #E1B222. Grayscale: #4E4E4E. Windows color (decimal): -14791203 or 14503198. OLE color: 14503198.

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

Color convert

RGB 30 77 221 -
CMYK 0.86 0.65 0 0.13
HSL 225.24º 0.76% 0.49% -
HSV(B) 225.24º 0.86% 0.87% -
XYZ 16.24 10.8 69.64 -
YUV 79.36 207.93 92.79 -
System Red Green Blue C M Y K H S L
Decimal 30 77 221 0.86 0.65 0 0.13 225.24 0.76 0.49
Hex 1E 4D DD 56 41 0 D E1 4C 31
Octal 36 115 335 126 101 0 15 341 114 61
Binary 11110 1001101 11011101 1010110 1000001 0 1101 11100001 1001100 110001

Color Harmonies of #1E4DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4DDD

Black with #1E4DDD

Text Example


Text Example

White with #1E4DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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