#1E4ADF

Color #1E4ADF Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #1E4ADF

Tints of Cerulean Blue #1E4ADF

Color information

#1E4ADF (or 0x1E4ADF) is unknown color: approx 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

RGB3074223-
CMYK0.870.6700.13
HSL226.32º76.28%49.61%-
HSV(B)226.32º86.55%87.45%-
XYZ16.310.570.98-
YUV77.83209.9293.88-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.17%
GREEN value IS 74 (29.30% from 255) = 22.63%
BLUE value IS 223 (87.5% from 255) = 68.20%
R=9.17%
G=22.63%
B=68.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal30742230.870.6700.13226.3276.2849.61
Hex1E4ADF57430De24c32
Octal3611233712710301534211462
Binary111101001010110111111010111100001101101111000101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>