Html Css Color HEX #507ECC Havelock Blue

📋 copy color: '#507ECC'

red 80 ◦ green 126 ◦ blue 204

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

Shades of Havelock Blue #507ECC

Tints of Havelock Blue #507ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.76%

R = 19.51%
G = 30.73%
B = 49.76%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#507ECC (or 0x507ECC) is known color: Havelock Blue. HEX triplet: 50, 7E and CC. RGB value is (80,126,204). Sum of RGB (Red+Green+Blue) = 80+126+204=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #507ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507ECC is #AF8133. Grayscale: #787878. Windows color (decimal): -11501876 or 13401680. OLE color: 13401680.

HSL color Cylindrical-coordinate representation of color #507ECC: hue angle of 217.74º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #507ECC is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 126 204 -
CMYK 0.61 0.38 0 0.2
HSL 217.74º 0.55% 0.56% -
HSV(B) 217.74º 0.61% 0.8% -
XYZ 21.67 20.99 60.04 -
YUV 121.14 174.76 98.66 -
System Red Green Blue C M Y K H S L
Decimal 80 126 204 0.61 0.38 0 0.2 217.74 0.55 0.56
Hex 50 7E CC 3D 26 0 14 DA 37 38
Octal 120 176 314 75 46 0 24 332 67 70
Binary 1010000 1111110 11001100 111101 100110 0 10100 11011010 110111 111000

Color Harmonies of #507ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507ECC

Black with #507ECC

Text Example


Text Example

White with #507ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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