#1E54D1

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

Shades of Cerulean Blue #1E54D1

Tints of Cerulean Blue #1E54D1

Color information

#1E54D1 (or 0x1E54D1) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 54 and D1. RGB value is (30,84,209). Sum of RGB (Red+Green+Blue) = 30+84+209=323 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.29% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 209 (82.03% from 255 or 64.71% from 323); Max value from RGB is 209 - color contains mainly: blue. Hex color #1E54D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E54D1 is #E1AB2E. Grayscale: #515151. Windows color (decimal): -14789423 or 13718558. OLE color: 13718558.

HSL color Cylindrical-coordinate representation of color #1E54D1: hue angle of 221.9º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E54D1 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3084209-
CMYK0.860.6000.18
HSL221.9º74.9%46.86%-
HSV(B)221.9º85.65%81.96%-
XYZ15.2111.2261.69-
YUV82.1199.6190.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.29%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 209 (82.03% from 255) = 64.71%
R=9.29%
G=26.01%
B=64.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal30842090.860.6000.18221.974.946.86
Hex1E54D1563C012de4b2f
Octal361243211267402233611357
Binary111101010100110100011010110111100010010110111101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E54D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,84,209); }

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

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

 a { background-color: rgb(30,84,209); }

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

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

 span { border-color: rgb(30,84,209); }

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