Html Css Color HEX #1E4EDA Cerulean Blue

📋 copy color: '#1E4EDA'

red 30 ◦ green 78 ◦ blue 218

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

Shades of Cerulean Blue #1E4EDA

Tints of Cerulean Blue #1E4EDA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.93%

 BLUE value IS 218 (85.55% from 255) = 66.87%

R = 9.2%
G = 23.93%
B = 66.87%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1E4EDA (or 0x1E4EDA) is known color: Cerulean Blue. HEX triplet: 1E, 4E and DA. RGB value is (30,78,218). Sum of RGB (Red+Green+Blue) = 30+78+218=326 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.20% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 218 (85.55% from 255 or 66.87% from 326); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E4EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E4EDA is #E1B125. Grayscale: #4F4F4F. Windows color (decimal): -14790950 or 14306846. OLE color: 14306846.

HSL color Cylindrical-coordinate representation of color #1E4EDA: hue angle of 224.68º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E4EDA is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 78 218 -
CMYK 0.86 0.64 0 0.15
HSL 224.68º 0.76% 0.49% -
HSV(B) 224.68º 0.86% 0.85% -
XYZ 15.91 10.79 67.57 -
YUV 79.61 206.1 92.62 -
System Red Green Blue C M Y K H S L
Decimal 30 78 218 0.86 0.64 0 0.15 224.68 0.76 0.49
Hex 1E 4E DA 56 40 0 F E1 4C 31
Octal 36 116 332 126 100 0 17 341 114 61
Binary 11110 1001110 11011010 1010110 1000000 0 1111 11100001 1001100 110001

Color Harmonies of #1E4EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4EDA

Black with #1E4EDA

Text Example


Text Example

White with #1E4EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,78,218); }

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

background-color css

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

 a { background-color: rgb(30,78,218); }

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

border-color css

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

 span { border-color: rgb(30,78,218); }

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