Html Css Color HEX #507DC9 Havelock Blue

📋 copy color: '#507DC9'

red 80 ◦ green 125 ◦ blue 201

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

Shades of Havelock Blue #507DC9

Tints of Havelock Blue #507DC9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.79%

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

R = 19.7%
G = 30.79%
B = 49.51%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#507DC9 (or 0x507DC9) is known color: Havelock Blue. HEX triplet: 50, 7D and C9. RGB value is (80,125,201). Sum of RGB (Red+Green+Blue) = 80+125+201=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 201 (78.91% from 255 or 49.51% from 406); Max value from RGB is 201 - color contains mainly: blue. Hex color #507DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507DC9 is #AF8236. Grayscale: #777777. Windows color (decimal): -11502135 or 13204816. OLE color: 13204816.

HSL color Cylindrical-coordinate representation of color #507DC9: hue angle of 217.69º 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 #507DC9 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 125 201 -
CMYK 0.60 0.38 0 0.21
HSL 217.69º 0.53% 0.55% -
HSV(B) 217.69º 0.6% 0.79% -
XYZ 21.18 20.59 58.12 -
YUV 120.21 173.59 99.32 -
System Red Green Blue C M Y K H S L
Decimal 80 125 201 0.60 0.38 0 0.21 217.69 0.53 0.55
Hex 50 7D C9 3C 26 0 15 DA 35 37
Octal 120 175 311 74 46 0 25 332 65 67
Binary 1010000 1111101 11001001 111100 100110 0 10101 11011010 110101 110111

Color Harmonies of #507DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507DC9

Black with #507DC9

Text Example


Text Example

White with #507DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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