#1E49C5

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

Shades of Cerulean Blue #1E49C5

Tints of Cerulean Blue #1E49C5

Color information

#1E49C5 (or 0x1E49C5) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 49 and C5. RGB value is (30,73,197). Sum of RGB (Red+Green+Blue) = 30+73+197=300 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 197 (77.34% from 255 or 65.67% from 300); Max value from RGB is 197 - color contains mainly: blue. Hex color #1E49C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E49C5 is #E1B63A. Grayscale: #494949. Windows color (decimal): -14792251 or 12929310. OLE color: 12929310.

HSL color Cylindrical-coordinate representation of color #1E49C5: hue angle of 224.55º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E49C5 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3073197-
CMYK0.850.6300.23
HSL224.55º73.57%44.51%-
HSV(B)224.55º84.77%77.25%-
XYZ139.0753.89-
YUV74.28197.2596.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10%
GREEN value IS 73 (28.91% from 255) = 24.33%
BLUE value IS 197 (77.34% from 255) = 65.67%
R=10%
G=24.33%
B=65.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal30731970.850.6300.23224.5573.5744.51
Hex1E49C5553F017e14a2d
Octal361113051257702734111255
Binary111101001001110001011010101111111010111111000011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E49C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,73,197); }

 H1.HeaderClassName
 {
   color: #1E49C5;
 }
 .AnyTagClassName
 {
   color: #1E49C5;
 }
</style>
background-color css

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

 a { background-color: rgb(30,73,197); }

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

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

 span { border-color: rgb(30,73,197); }

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