#458AD1

Color #458AD1 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #458AD1

Tints of Havelock Blue #458AD1

Color information

#458AD1 (or 0x458AD1) is unknown color: approx Havelock Blue. HEX triplet: 45, 8A and D1. RGB value is (69,138,209). Sum of RGB (Red+Green+Blue) = 69+138+209=416 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.59% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 209 (82.03% from 255 or 50.24% from 416); Max value from RGB is 209 - color contains mainly: blue. Hex color #458AD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458AD1 is #BA752E. Grayscale: #7D7D7D. Windows color (decimal): -12219695 or 13732421. OLE color: 13732421.

HSL color Cylindrical-coordinate representation of color #458AD1: hue angle of 210.43º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #458AD1 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB69138209-
CMYK0.670.3400.18
HSL210.43º60.34%54.51%-
HSV(B)210.43º66.99%81.96%-
XYZ23.0524.0563.75-
YUV125.46175.1487.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.59%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 209 (82.03% from 255) = 50.24%
R=16.59%
G=33.17%
B=50.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal691382090.670.3400.18210.4360.3454.51
Hex458AD14322012d23c37
Octal105212321103420223227467
Binary10001011000101011010001100001110001001001011010010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458AD1; }

 p { color: rgb(69,138,209); }

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

<style>
 a { background-color: #458AD1; }

 a { background-color: rgb(69,138,209); }

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

<style>
 span { border-color: #458AD1; }

 span { border-color: rgb(69,138,209); }

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