#1E51BF

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

Shades of Cerulean Blue #1E51BF

Tints of Cerulean Blue #1E51BF

Color information

#1E51BF (or 0x1E51BF) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 51 and BF. RGB value is (30,81,191). Sum of RGB (Red+Green+Blue) = 30+81+191=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #1E51BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E51BF is #E1AE40. Grayscale: #4D4D4D. Windows color (decimal): -14790209 or 12538142. OLE color: 12538142.

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

Color convert

RGB3081191-
CMYK0.840.5800.25
HSL220.99º72.85%43.33%-
HSV(B)220.99º84.29%74.9%-
XYZ12.889.9250.53-
YUV78.29191.693.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.93%
GREEN value IS 81 (32.03% from 255) = 26.82%
BLUE value IS 191 (75% from 255) = 63.25%
R=9.93%
G=26.82%
B=63.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal30811910.840.5800.25220.9972.8543.33
Hex1E51BF543A019dd492b
Octal361212771247203133511153
Binary111101010001101111111010100111010011001110111011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E51BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,81,191); }

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

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

 a { background-color: rgb(30,81,191); }

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

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

 span { border-color: rgb(30,81,191); }

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