Html Css Color HEX #507ACF Havelock Blue

📋 copy color: '#507ACF'

red 80 ◦ green 122 ◦ blue 207

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

Shades of Havelock Blue #507ACF

Tints of Havelock Blue #507ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.61%

R = 19.56%
G = 29.83%
B = 50.61%

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

#507ACF (or 0x507ACF) is known color: Havelock Blue. HEX triplet: 50, 7A and CF. RGB value is (80,122,207). Sum of RGB (Red+Green+Blue) = 80+122+207=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #507ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507ACF is #AF8530. Grayscale: #767676. Windows color (decimal): -11502897 or 13597264. OLE color: 13597264.

HSL color Cylindrical-coordinate representation of color #507ACF: hue angle of 220.16º degrees, saturation: 0.57, 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 #507ACF is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 122 207 -
CMYK 0.61 0.41 0 0.19
HSL 220.16º 0.57% 0.56% -
HSV(B) 220.16º 0.61% 0.81% -
XYZ 21.53 20.13 61.78 -
YUV 119.13 177.59 100.09 -
System Red Green Blue C M Y K H S L
Decimal 80 122 207 0.61 0.41 0 0.19 220.16 0.57 0.56
Hex 50 7A CF 3D 29 0 13 DC 39 38
Octal 120 172 317 75 51 0 23 334 71 70
Binary 1010000 1111010 11001111 111101 101001 0 10011 11011100 111001 111000

Color Harmonies of #507ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507ACF

Black with #507ACF

Text Example


Text Example

White with #507ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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