Html Css Color HEX #457EC7 Havelock Blue

📋 copy color: '#457EC7'

red 69 ◦ green 126 ◦ blue 199

#457EC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #457EC7

Tints of Havelock Blue #457EC7

RGB

 RED value IS 69 (27.34% from 255) = 17.51%

 GREEN value IS 126 (49.61% from 255) = 31.98%

 BLUE value IS 199 (78.13% from 255) = 50.51%

R = 17.51%
G = 31.98%
B = 50.51%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#457EC7 (or 0x457EC7) is known color: Havelock Blue. HEX triplet: 45, 7E and C7. RGB value is (69,126,199). Sum of RGB (Red+Green+Blue) = 69+126+199=394 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.51% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 199 (78.12% from 255 or 50.51% from 394); Max value from RGB is 199 - color contains mainly: blue. Hex color #457EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457EC7 is #BA8138. Grayscale: #747474. Windows color (decimal): -12222777 or 13073989. OLE color: 13073989.

HSL color Cylindrical-coordinate representation of color #457EC7: hue angle of 213.69º 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 #457EC7 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 69 126 199 -
CMYK 0.65 0.37 0 0.22
HSL 213.69º 0.54% 0.53% -
HSV(B) 213.69º 0.65% 0.78% -
XYZ 20.22 20.31 56.89 -
YUV 117.28 174.12 93.56 -
System Red Green Blue C M Y K H S L
Decimal 69 126 199 0.65 0.37 0 0.22 213.69 0.54 0.53
Hex 45 7E C7 41 25 0 16 D6 36 35
Octal 105 176 307 101 45 0 26 326 66 65
Binary 1000101 1111110 11000111 1000001 100101 0 10110 11010110 110110 110101

Color Harmonies of #457EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457EC7

Black with #457EC7

Text Example


Text Example

White with #457EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #457EC7;
 }
 .AnyTagClassName
 {
   color: #457EC7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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