#1E55BA

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

Shades of Cerulean Blue #1E55BA

Tints of Cerulean Blue #1E55BA

Color information

#1E55BA (or 0x1E55BA) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 55 and BA. RGB value is (30,85,186). Sum of RGB (Red+Green+Blue) = 30+85+186=301 (39% of max value = 765). Red value is 30 (12.11% from 255 or 9.97% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E55BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E55BA is #E1AA45. Grayscale: #4F4F4F. Windows color (decimal): -14789190 or 12211486. OLE color: 12211486.

HSL color Cylindrical-coordinate representation of color #1E55BA: hue angle of 218.85º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E55BA is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3085186-
CMYK0.840.5400.27
HSL218.85º72.22%42.35%-
HSV(B)218.85º83.87%72.94%-
XYZ12.6510.3247.78-
YUV80.07187.7892.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.97%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 186 (73.05% from 255) = 61.79%
R=9.97%
G=28.24%
B=61.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal30851860.840.5400.27218.8572.2242.35
Hex1E55BA543601Bdb482a
Octal361252721246603333311052
Binary111101010101101110101010100110110011011110110111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E55BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,85,186); }

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

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

 a { background-color: rgb(30,85,186); }

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

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

 span { border-color: rgb(30,85,186); }

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