#457DD0

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

Shades of Havelock Blue #457DD0

Tints of Havelock Blue #457DD0

Color information

#457DD0 (or 0x457DD0) is unknown color: approx Havelock Blue. HEX triplet: 45, 7D and D0. RGB value is (69,125,208). Sum of RGB (Red+Green+Blue) = 69+125+208=402 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.16% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 208 (81.64% from 255 or 51.74% from 402); Max value from RGB is 208 - color contains mainly: blue. Hex color #457DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DD0 is #BA822F. Grayscale: #757575. Windows color (decimal): -12223024 or 13663557. OLE color: 13663557.

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

Color convert

RGB69125208-
CMYK0.670.4000.18
HSL215.83º59.66%54.31%-
HSV(B)215.83º66.83%81.57%-
XYZ21.1720.4962.51-
YUV117.72178.9593.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.16%
GREEN value IS 125 (49.22% from 255) = 31.09%
BLUE value IS 208 (81.64% from 255) = 51.74%
R=17.16%
G=31.09%
B=51.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal691252080.670.4000.18215.8359.6654.31
Hex457DD04328012d83c36
Octal105175320103500223307466
Binary1000101111110111010000100001110100001001011011000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457DD0; }

 p { color: rgb(69,125,208); }

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

<style>
 a { background-color: #457DD0; }

 a { background-color: rgb(69,125,208); }

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

<style>
 span { border-color: #457DD0; }

 span { border-color: rgb(69,125,208); }

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