Html Css Color HEX #507ECF Havelock Blue

📋 copy color: '#507ECF'

red 80 ◦ green 126 ◦ blue 207

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

Shades of Havelock Blue #507ECF

Tints of Havelock Blue #507ECF

RGB

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

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

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

R = 19.37%
G = 30.51%
B = 50.12%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#507ECF (or 0x507ECF) is known color: Havelock Blue. HEX triplet: 50, 7E and CF. RGB value is (80,126,207). Sum of RGB (Red+Green+Blue) = 80+126+207=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #507ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507ECF is #AF8130. Grayscale: #797979. Windows color (decimal): -11501873 or 13598288. OLE color: 13598288.

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

Color convert

RGB 80 126 207 -
CMYK 0.61 0.39 0 0.19
HSL 218.27º 0.57% 0.56% -
HSV(B) 218.27º 0.61% 0.81% -
XYZ 22.03 21.13 61.95 -
YUV 121.48 176.26 98.41 -
System Red Green Blue C M Y K H S L
Decimal 80 126 207 0.61 0.39 0 0.19 218.27 0.57 0.56
Hex 50 7E CF 3D 27 0 13 DA 39 38
Octal 120 176 317 75 47 0 23 332 71 70
Binary 1010000 1111110 11001111 111101 100111 0 10011 11011010 111001 111000

Color Harmonies of #507ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507ECF

Black with #507ECF

Text Example


Text Example

White with #507ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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