#1A54D5

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

Shades of Cerulean Blue #1A54D5

Tints of Cerulean Blue #1A54D5

Color information

#1A54D5 (or 0x1A54D5) is unknown color: approx Cerulean Blue. HEX triplet: 1A, 54 and D5. RGB value is (26,84,213). Sum of RGB (Red+Green+Blue) = 26+84+213=323 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.05% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 213 (83.59% from 255 or 65.94% from 323); Max value from RGB is 213 - color contains mainly: blue. Hex color #1A54D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A54D5 is #E5AB2A. Grayscale: #505050. Windows color (decimal): -15051563 or 13980698. OLE color: 13980698.

HSL color Cylindrical-coordinate representation of color #1A54D5: hue angle of 221.39º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A54D5 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2684213-
CMYK0.880.6100.16
HSL221.39º78.24%46.86%-
HSV(B)221.39º87.79%83.53%-
XYZ15.6111.3664.32-
YUV81.36202.2888.51-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.05%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 213 (83.59% from 255) = 65.94%
R=8.05%
G=26.01%
B=65.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal26842130.880.6100.16221.3978.2446.86
Hex1A54D5583D010dd4e2f
Octal321243251307502033511657
Binary110101010100110101011011000111101010000110111011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A54D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,84,213); }

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

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

 a { background-color: rgb(26,84,213); }

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

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

 span { border-color: rgb(26,84,213); }

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