Html Css Color HEX #1E4ADF Cerulean Blue

📋 copy color: '#1E4ADF'

red 30 ◦ green 74 ◦ blue 223

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

Shades of Cerulean Blue #1E4ADF

Tints of Cerulean Blue #1E4ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.2%

R = 9.17%
G = 22.63%
B = 68.2%

CMYK

 C value IS 0.87

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E4ADF (or 0x1E4ADF) is known color: Cerulean Blue. HEX triplet: 1E, 4A and DF. RGB value is (30,74,223). Sum of RGB (Red+Green+Blue) = 30+74+223=327 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.17% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #1E4ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E4ADF is #E1B520. Grayscale: #4D4D4D. Windows color (decimal): -14791969 or 14633502. OLE color: 14633502.

HSL color Cylindrical-coordinate representation of color #1E4ADF: hue angle of 226.32º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E4ADF is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 74 223 -
CMYK 0.87 0.67 0 0.13
HSL 226.32º 0.76% 0.5% -
HSV(B) 226.32º 0.87% 0.87% -
XYZ 16.3 10.5 70.98 -
YUV 77.83 209.92 93.88 -
System Red Green Blue C M Y K H S L
Decimal 30 74 223 0.87 0.67 0 0.13 226.32 0.76 0.5
Hex 1E 4A DF 57 43 0 D E2 4C 32
Octal 36 112 337 127 103 0 15 342 114 62
Binary 11110 1001010 11011111 1010111 1000011 0 1101 11100010 1001100 110010

Color Harmonies of #1E4ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4ADF

Black with #1E4ADF

Text Example


Text Example

White with #1E4ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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