Html Css Color HEX #457ECD Havelock Blue

📋 copy color: '#457ECD'

red 69 ◦ green 126 ◦ blue 205

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

Shades of Havelock Blue #457ECD

Tints of Havelock Blue #457ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.25%

R = 17.25%
G = 31.5%
B = 51.25%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#457ECD (or 0x457ECD) is known color: Havelock Blue. HEX triplet: 45, 7E and CD. RGB value is (69,126,205). Sum of RGB (Red+Green+Blue) = 69+126+205=400 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.25% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #457ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457ECD is #BA8132. Grayscale: #757575. Windows color (decimal): -12222771 or 13467205. OLE color: 13467205.

HSL color Cylindrical-coordinate representation of color #457ECD: hue angle of 214.85º degrees, saturation: 0.58, 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 #457ECD is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 126 205 -
CMYK 0.66 0.39 0 0.20
HSL 214.85º 0.58% 0.54% -
HSV(B) 214.85º 0.66% 0.8% -
XYZ 20.93 20.59 60.63 -
YUV 117.96 177.12 93.08 -
System Red Green Blue C M Y K H S L
Decimal 69 126 205 0.66 0.39 0 0.20 214.85 0.58 0.54
Hex 45 7E CD 42 27 0 14 D7 3A 36
Octal 105 176 315 102 47 0 24 327 72 66
Binary 1000101 1111110 11001101 1000010 100111 0 10100 11010111 111010 110110

Color Harmonies of #457ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457ECD

Black with #457ECD

Text Example


Text Example

White with #457ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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