Html Css Color HEX #1E4ADE Cerulean Blue

📋 copy color: '#1E4ADE'

red 30 ◦ green 74 ◦ blue 222

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

Shades of Cerulean Blue #1E4ADE

Tints of Cerulean Blue #1E4ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.1%

R = 9.2%
G = 22.7%
B = 68.1%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E4ADE (or 0x1E4ADE) is known color: Cerulean Blue. HEX triplet: 1E, 4A and DE. RGB value is (30,74,222). Sum of RGB (Red+Green+Blue) = 30+74+222=326 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.20% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 222 (87.11% from 255 or 68.10% from 326); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E4ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E4ADE is #E1B521. Grayscale: #4D4D4D. Windows color (decimal): -14791970 or 14567966. OLE color: 14567966.

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

Color convert

RGB 30 74 222 -
CMYK 0.86 0.67 0 0.13
HSL 226.25º 0.76% 0.49% -
HSV(B) 226.25º 0.86% 0.87% -
XYZ 16.17 10.45 70.27 -
YUV 77.72 209.42 93.97 -
System Red Green Blue C M Y K H S L
Decimal 30 74 222 0.86 0.67 0 0.13 226.25 0.76 0.49
Hex 1E 4A DE 56 43 0 D E2 4C 31
Octal 36 112 336 126 103 0 15 342 114 61
Binary 11110 1001010 11011110 1010110 1000011 0 1101 11100010 1001100 110001

Color Harmonies of #1E4ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4ADE

Black with #1E4ADE

Text Example


Text Example

White with #1E4ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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