Html Css Color HEX #1E4ACE Cerulean Blue

📋 copy color: '#1E4ACE'

red 30 ◦ green 74 ◦ blue 206

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

Shades of Cerulean Blue #1E4ACE

Tints of Cerulean Blue #1E4ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 66.45%

R = 9.68%
G = 23.87%
B = 66.45%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E4ACE (or 0x1E4ACE) is known color: Cerulean Blue. HEX triplet: 1E, 4A and CE. RGB value is (30,74,206). Sum of RGB (Red+Green+Blue) = 30+74+206=310 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.68% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E4ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E4ACE is #E1B531. Grayscale: #4B4B4B. Windows color (decimal): -14791986 or 13519390. OLE color: 13519390.

HSL color Cylindrical-coordinate representation of color #1E4ACE: hue angle of 225º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E4ACE is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 74 206 -
CMYK 0.85 0.64 0 0.19
HSL 225º 0.75% 0.46% -
HSV(B) 225º 0.85% 0.81% -
XYZ 14.12 9.63 59.51 -
YUV 75.89 201.42 95.27 -
System Red Green Blue C M Y K H S L
Decimal 30 74 206 0.85 0.64 0 0.19 225 0.75 0.46
Hex 1E 4A CE 55 40 0 13 E1 4B 2E
Octal 36 112 316 125 100 0 23 341 113 56
Binary 11110 1001010 11001110 1010101 1000000 0 10011 11100001 1001011 101110

Color Harmonies of #1E4ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4ACE

Black with #1E4ACE

Text Example


Text Example

White with #1E4ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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