Html Css Color HEX #507CC9 Havelock Blue

📋 copy color: '#507CC9'

red 80 ◦ green 124 ◦ blue 201

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

Shades of Havelock Blue #507CC9

Tints of Havelock Blue #507CC9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.62%

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

R = 19.75%
G = 30.62%
B = 49.63%

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

#507CC9 (or 0x507CC9) is known color: Havelock Blue. HEX triplet: 50, 7C and C9. RGB value is (80,124,201). Sum of RGB (Red+Green+Blue) = 80+124+201=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #507CC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507CC9 is #AF8336. Grayscale: #777777. Windows color (decimal): -11502391 or 13204560. OLE color: 13204560.

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

Color convert

RGB 80 124 201 -
CMYK 0.60 0.38 0 0.21
HSL 218.18º 0.53% 0.55% -
HSV(B) 218.18º 0.6% 0.79% -
XYZ 21.06 20.34 58.07 -
YUV 119.62 173.92 99.74 -
System Red Green Blue C M Y K H S L
Decimal 80 124 201 0.60 0.38 0 0.21 218.18 0.53 0.55
Hex 50 7C C9 3C 26 0 15 DA 35 37
Octal 120 174 311 74 46 0 25 332 65 67
Binary 1010000 1111100 11001001 111100 100110 0 10101 11011010 110101 110111

Color Harmonies of #507CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507CC9

Black with #507CC9

Text Example


Text Example

White with #507CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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