#457BD1

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

Shades of Havelock Blue #457BD1

Tints of Havelock Blue #457BD1

Color information

#457BD1 (or 0x457BD1) is unknown color: approx Havelock Blue. HEX triplet: 45, 7B and D1. RGB value is (69,123,209). Sum of RGB (Red+Green+Blue) = 69+123+209=401 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.21% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #457BD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457BD1 is #BA842E. Grayscale: #747474. Windows color (decimal): -12223535 or 13728581. OLE color: 13728581.

HSL color Cylindrical-coordinate representation of color #457BD1: hue angle of 216.86º 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 #457BD1 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB69123209-
CMYK0.670.4100.18
HSL216.86º60.34%54.51%-
HSV(B)216.86º66.99%81.96%-
XYZ21.0520.0363.08-
YUV116.66180.1194.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.21%
GREEN value IS 123 (48.44% from 255) = 30.67%
BLUE value IS 209 (82.03% from 255) = 52.12%
R=17.21%
G=30.67%
B=52.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal691232090.670.4100.18216.8660.3454.51
Hex457BD14329012d93c37
Octal105173321103510223317467
Binary1000101111101111010001100001110100101001011011001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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