Html Css Color HEX #507ACE Havelock Blue

📋 copy color: '#507ACE'

red 80 ◦ green 122 ◦ blue 206

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

Shades of Havelock Blue #507ACE

Tints of Havelock Blue #507ACE

RGB

 RED value IS 80 (31.64% from 255) = 19.61%

 GREEN value IS 122 (48.05% from 255) = 29.9%

 BLUE value IS 206 (80.86% from 255) = 50.49%

R = 19.61%
G = 29.9%
B = 50.49%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#507ACE (or 0x507ACE) is known color: Havelock Blue. HEX triplet: 50, 7A and CE. RGB value is (80,122,206). Sum of RGB (Red+Green+Blue) = 80+122+206=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #507ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507ACE is #AF8531. Grayscale: #767676. Windows color (decimal): -11502898 or 13531728. OLE color: 13531728.

HSL color Cylindrical-coordinate representation of color #507ACE: hue angle of 220º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #507ACE is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 122 206 -
CMYK 0.61 0.41 0 0.19
HSL 220º 0.56% 0.56% -
HSV(B) 220º 0.61% 0.81% -
XYZ 21.41 20.08 61.14 -
YUV 119.02 177.09 100.17 -
System Red Green Blue C M Y K H S L
Decimal 80 122 206 0.61 0.41 0 0.19 220 0.56 0.56
Hex 50 7A CE 3D 29 0 13 DC 38 38
Octal 120 172 316 75 51 0 23 334 70 70
Binary 1010000 1111010 11001110 111101 101001 0 10011 11011100 111000 111000

Color Harmonies of #507ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507ACE

Black with #507ACE

Text Example


Text Example

White with #507ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507ACE; }

 p { color: rgb(80,122,206); }

 H1.HeaderClassName
 {
   color: #507ACE;
 }
 .AnyTagClassName
 {
   color: #507ACE;
 }
</style>

background-color css

<style>
 a { background-color: #507ACE; }

 a { background-color: rgb(80,122,206); }

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

border-color css

<style>
 span { border-color: #507ACE; }

 span { border-color: rgb(80,122,206); }

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