Html Css Color HEX #457ECB Havelock Blue

📋 copy color: '#457ECB'

red 69 ◦ green 126 ◦ blue 203

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

Shades of Havelock Blue #457ECB

Tints of Havelock Blue #457ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 17.34%
G = 31.66%
B = 51.01%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#457ECB (or 0x457ECB) is known color: Havelock Blue. HEX triplet: 45, 7E and CB. RGB value is (69,126,203). Sum of RGB (Red+Green+Blue) = 69+126+203=398 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.34% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #457ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457ECB is #BA8134. Grayscale: #757575. Windows color (decimal): -12222773 or 13336133. OLE color: 13336133.

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

Color convert

RGB 69 126 203 -
CMYK 0.66 0.38 0 0.20
HSL 214.48º 0.56% 0.53% -
HSV(B) 214.48º 0.66% 0.8% -
XYZ 20.69 20.5 59.37 -
YUV 117.74 176.12 93.24 -
System Red Green Blue C M Y K H S L
Decimal 69 126 203 0.66 0.38 0 0.20 214.48 0.56 0.53
Hex 45 7E CB 42 26 0 14 D6 38 35
Octal 105 176 313 102 46 0 24 326 70 65
Binary 1000101 1111110 11001011 1000010 100110 0 10100 11010110 111000 110101

Color Harmonies of #457ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457ECB

Black with #457ECB

Text Example


Text Example

White with #457ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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