#1A4ED2

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

Shades of Cerulean Blue #1A4ED2

Tints of Cerulean Blue #1A4ED2

Color information

#1A4ED2 (or 0x1A4ED2) is unknown color: approx Cerulean Blue. HEX triplet: 1A, 4E and D2. RGB value is (26,78,210). Sum of RGB (Red+Green+Blue) = 26+78+210=314 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.28% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 210 (82.42% from 255 or 66.88% from 314); Max value from RGB is 210 - color contains mainly: blue. Hex color #1A4ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A4ED2 is #E5B12D. Grayscale: #4C4C4C. Windows color (decimal): -15053102 or 13782554. OLE color: 13782554.

HSL color Cylindrical-coordinate representation of color #1A4ED2: hue angle of 223.04º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A4ED2 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2678210-
CMYK0.880.6300.18
HSL223.04º77.97%46.27%-
HSV(B)223.04º87.62%82.35%-
XYZ14.7810.3262.19-
YUV77.5202.7791.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.28%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 210 (82.42% from 255) = 66.88%
R=8.28%
G=24.84%
B=66.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal26782100.880.6300.18223.0477.9746.27
Hex1A4ED2583F012df4e2e
Octal321163221307702233711656
Binary110101001110110100101011000111111010010110111111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,78,210); }

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

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

 a { background-color: rgb(26,78,210); }

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

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

 span { border-color: rgb(26,78,210); }

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