Html Css Color HEX #457FCA Havelock Blue

📋 copy color: '#457FCA'

red 69 ◦ green 127 ◦ blue 202

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

Shades of Havelock Blue #457FCA

Tints of Havelock Blue #457FCA

RGB

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

 GREEN value IS 127 (50% from 255) = 31.91%

 BLUE value IS 202 (79.3% from 255) = 50.75%

R = 17.34%
G = 31.91%
B = 50.75%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#457FCA (or 0x457FCA) is known color: Havelock Blue. HEX triplet: 45, 7F and CA. RGB value is (69,127,202). Sum of RGB (Red+Green+Blue) = 69+127+202=398 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.34% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #457FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457FCA is #BA8035. Grayscale: #757575. Windows color (decimal): -12222518 or 13270853. OLE color: 13270853.

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

Color convert

RGB 69 127 202 -
CMYK 0.66 0.37 0 0.21
HSL 213.83º 0.56% 0.53% -
HSV(B) 213.83º 0.66% 0.79% -
XYZ 20.7 20.71 58.78 -
YUV 118.21 175.28 92.9 -
System Red Green Blue C M Y K H S L
Decimal 69 127 202 0.66 0.37 0 0.21 213.83 0.56 0.53
Hex 45 7F CA 42 25 0 15 D6 38 35
Octal 105 177 312 102 45 0 25 326 70 65
Binary 1000101 1111111 11001010 1000010 100101 0 10101 11010110 111000 110101

Color Harmonies of #457FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457FCA

Black with #457FCA

Text Example


Text Example

White with #457FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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