#1E50C5

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

Shades of Cerulean Blue #1E50C5

Tints of Cerulean Blue #1E50C5

Color information

#1E50C5 (or 0x1E50C5) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 50 and C5. RGB value is (30,80,197). Sum of RGB (Red+Green+Blue) = 30+80+197=307 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.77% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 197 (77.34% from 255 or 64.17% from 307); Max value from RGB is 197 - color contains mainly: blue. Hex color #1E50C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E50C5 is #E1AF3A. Grayscale: #4D4D4D. Windows color (decimal): -14790459 or 12931102. OLE color: 12931102.

HSL color Cylindrical-coordinate representation of color #1E50C5: hue angle of 222.04º 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 #1E50C5 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3080197-
CMYK0.850.5900.23
HSL222.04º73.57%44.51%-
HSV(B)222.04º84.77%77.25%-
XYZ13.4810.0454.05-
YUV78.39194.9493.49-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.77%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 197 (77.34% from 255) = 64.17%
R=9.77%
G=26.06%
B=64.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal30801970.850.5900.23222.0473.5744.51
Hex1E50C5553B017de4a2d
Octal361203051257302733611255
Binary111101010000110001011010101111011010111110111101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E50C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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