#457DC7

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

Shades of Havelock Blue #457DC7

Tints of Havelock Blue #457DC7

Color information

#457DC7 (or 0x457DC7) is unknown color: approx Havelock Blue. HEX triplet: 45, 7D and C7. RGB value is (69,125,199). Sum of RGB (Red+Green+Blue) = 69+125+199=393 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.56% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 199 (78.12% from 255 or 50.64% from 393); Max value from RGB is 199 - color contains mainly: blue. Hex color #457DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DC7 is #BA8238. Grayscale: #747474. Windows color (decimal): -12223033 or 13073733. OLE color: 13073733.

HSL color Cylindrical-coordinate representation of color #457DC7: hue angle of 214.15º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #457DC7 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB69125199-
CMYK0.650.3700.22
HSL214.15º53.72%52.55%-
HSV(B)214.15º65.33%78.04%-
XYZ20.120.0656.84-
YUV116.69174.4593.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.56%
GREEN value IS 125 (49.22% from 255) = 31.81%
BLUE value IS 199 (78.12% from 255) = 50.64%
R=17.56%
G=31.81%
B=50.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal691251990.650.3700.22214.1553.7252.55
Hex457DC74125016d63635
Octal105175307101450263266665
Binary1000101111110111000111100000110010101011011010110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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