Html Css Color HEX #1E4ADA Cerulean Blue

📋 copy color: '#1E4ADA'

red 30 ◦ green 74 ◦ blue 218

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

Shades of Cerulean Blue #1E4ADA

Tints of Cerulean Blue #1E4ADA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.98%

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

R = 9.32%
G = 22.98%
B = 67.7%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1E4ADA (or 0x1E4ADA) is known color: Cerulean Blue. HEX triplet: 1E, 4A and DA. RGB value is (30,74,218). Sum of RGB (Red+Green+Blue) = 30+74+218=322 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.32% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 218 (85.55% from 255 or 67.70% from 322); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E4ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E4ADA is #E1B525. Grayscale: #4C4C4C. Windows color (decimal): -14791974 or 14305822. OLE color: 14305822.

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

Color convert

RGB 30 74 218 -
CMYK 0.86 0.66 0 0.15
HSL 225.96º 0.76% 0.49% -
HSV(B) 225.96º 0.86% 0.85% -
XYZ 15.64 10.24 67.48 -
YUV 77.26 207.42 94.29 -
System Red Green Blue C M Y K H S L
Decimal 30 74 218 0.86 0.66 0 0.15 225.96 0.76 0.49
Hex 1E 4A DA 56 42 0 F E2 4C 31
Octal 36 112 332 126 102 0 17 342 114 61
Binary 11110 1001010 11011010 1010110 1000010 0 1111 11100010 1001100 110001

Color Harmonies of #1E4ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4ADA

Black with #1E4ADA

Text Example


Text Example

White with #1E4ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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