#457FCE

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

Shades of Havelock Blue #457FCE

Tints of Havelock Blue #457FCE

Color information

#457FCE (or 0x457FCE) is unknown color: approx Havelock Blue. HEX triplet: 45, 7F and CE. RGB value is (69,127,206). Sum of RGB (Red+Green+Blue) = 69+127+206=402 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.16% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #457FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457FCE is #BA8031. Grayscale: #767676. Windows color (decimal): -12222514 or 13532997. OLE color: 13532997.

HSL color Cylindrical-coordinate representation of color #457FCE: hue angle of 214.6º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #457FCE is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB69127206-
CMYK0.670.3800.19
HSL214.6º58.3%53.92%-
HSV(B)214.6º66.5%80.78%-
XYZ21.1820.961.31-
YUV118.66177.2892.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.16%
GREEN value IS 127 (50% from 255) = 31.59%
BLUE value IS 206 (80.86% from 255) = 51.24%
R=17.16%
G=31.59%
B=51.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal691272060.670.3800.19214.658.353.92
Hex457FCE4326013d73a36
Octal105177316103460233277266
Binary1000101111111111001110100001110011001001111010111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,127,206); }

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

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

 a { background-color: rgb(69,127,206); }

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

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

 span { border-color: rgb(69,127,206); }

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