Html Css Color HEX #507EC9 Havelock Blue

📋 copy color: '#507EC9'

red 80 ◦ green 126 ◦ blue 201

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

Shades of Havelock Blue #507EC9

Tints of Havelock Blue #507EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.39%

R = 19.66%
G = 30.96%
B = 49.39%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#507EC9 (or 0x507EC9) is known color: Havelock Blue. HEX triplet: 50, 7E and C9. RGB value is (80,126,201). Sum of RGB (Red+Green+Blue) = 80+126+201=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #507EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507EC9 is #AF8136. Grayscale: #787878. Windows color (decimal): -11501879 or 13205072. OLE color: 13205072.

HSL color Cylindrical-coordinate representation of color #507EC9: hue angle of 217.19º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #507EC9 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 126 201 -
CMYK 0.60 0.37 0 0.21
HSL 217.19º 0.53% 0.55% -
HSV(B) 217.19º 0.6% 0.79% -
XYZ 21.31 20.84 58.16 -
YUV 120.8 173.26 98.9 -
System Red Green Blue C M Y K H S L
Decimal 80 126 201 0.60 0.37 0 0.21 217.19 0.53 0.55
Hex 50 7E C9 3C 25 0 15 D9 35 37
Octal 120 176 311 74 45 0 25 331 65 67
Binary 1010000 1111110 11001001 111100 100101 0 10101 11011001 110101 110111

Color Harmonies of #507EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507EC9

Black with #507EC9

Text Example


Text Example

White with #507EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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