Html Css Color HEX #457ECC Havelock Blue

📋 copy color: '#457ECC'

red 69 ◦ green 126 ◦ blue 204

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

Shades of Havelock Blue #457ECC

Tints of Havelock Blue #457ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 17.29%
G = 31.58%
B = 51.13%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#457ECC (or 0x457ECC) is known color: Havelock Blue. HEX triplet: 45, 7E and CC. RGB value is (69,126,204). Sum of RGB (Red+Green+Blue) = 69+126+204=399 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.29% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #457ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457ECC is #BA8133. Grayscale: #757575. Windows color (decimal): -12222772 or 13401669. OLE color: 13401669.

HSL color Cylindrical-coordinate representation of color #457ECC: hue angle of 214.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #457ECC is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 69 126 204 -
CMYK 0.66 0.38 0 0.2
HSL 214.67º 0.57% 0.54% -
HSV(B) 214.67º 0.66% 0.8% -
XYZ 20.81 20.55 60 -
YUV 117.85 176.62 93.16 -
System Red Green Blue C M Y K H S L
Decimal 69 126 204 0.66 0.38 0 0.2 214.67 0.57 0.54
Hex 45 7E CC 42 26 0 14 D7 39 36
Octal 105 176 314 102 46 0 24 327 71 66
Binary 1000101 1111110 11001100 1000010 100110 0 10100 11010111 111001 110110

Color Harmonies of #457ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457ECC

Black with #457ECC

Text Example


Text Example

White with #457ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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