Html Css Color HEX #5470CA Havelock Blue

📋 copy color: '#5470CA'

red 84 ◦ green 112 ◦ blue 202

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

Shades of Havelock Blue #5470CA

Tints of Havelock Blue #5470CA

RGB

 RED value IS 84 (33.2% from 255) = 21.11%

 GREEN value IS 112 (44.14% from 255) = 28.14%

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

R = 21.11%
G = 28.14%
B = 50.75%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5470CA (or 0x5470CA) is known color: Havelock Blue. HEX triplet: 54, 70 and CA. RGB value is (84,112,202). Sum of RGB (Red+Green+Blue) = 84+112+202=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 112 (44.14% from 255 or 28.14% 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 #5470CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5470CA is #AB8F35. Grayscale: #717171. Windows color (decimal): -11243318 or 13267028. OLE color: 13267028.

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

Color convert

RGB 84 112 202 -
CMYK 0.58 0.45 0 0.21
HSL 225.76º 0.53% 0.56% -
HSV(B) 225.76º 0.58% 0.79% -
XYZ 20.11 17.74 58.24 -
YUV 113.89 177.72 106.68 -
System Red Green Blue C M Y K H S L
Decimal 84 112 202 0.58 0.45 0 0.21 225.76 0.53 0.56
Hex 54 70 CA 3A 2D 0 15 E2 35 38
Octal 124 160 312 72 55 0 25 342 65 70
Binary 1010100 1110000 11001010 111010 101101 0 10101 11100010 110101 111000

Color Harmonies of #5470CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5470CA

Black with #5470CA

Text Example


Text Example

White with #5470CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5470CA; }

 p { color: rgb(84,112,202); }

 H1.HeaderClassName
 {
   color: #5470CA;
 }
 .AnyTagClassName
 {
   color: #5470CA;
 }
</style>

background-color css

<style>
 a { background-color: #5470CA; }

 a { background-color: rgb(84,112,202); }

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

border-color css

<style>
 span { border-color: #5470CA; }

 span { border-color: rgb(84,112,202); }

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