#1E50BD

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

Shades of Cerulean Blue #1E50BD

Tints of Cerulean Blue #1E50BD

Color information

#1E50BD (or 0x1E50BD) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 50 and BD. RGB value is (30,80,189). Sum of RGB (Red+Green+Blue) = 30+80+189=299 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.03% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E50BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E50BD is #E1AF42. Grayscale: #4C4C4C. Windows color (decimal): -14790467 or 12406814. OLE color: 12406814.

HSL color Cylindrical-coordinate representation of color #1E50BD: hue angle of 221.13º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E50BD is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3080189-
CMYK0.840.5800.26
HSL221.13º72.6%42.94%-
HSV(B)221.13º84.13%74.12%-
XYZ12.599.6949.35-
YUV77.48190.9494.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.03%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 189 (74.22% from 255) = 63.21%
R=10.03%
G=26.76%
B=63.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30801890.840.5800.26221.1372.642.94
Hex1E50BD543A01Add492b
Octal361202751247203233511153
Binary111101010000101111011010100111010011010110111011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E50BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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