Html Css Color HEX #508BC9 Havelock Blue

📋 copy color: '#508BC9'

red 80 ◦ green 139 ◦ blue 201

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

Shades of Havelock Blue #508BC9

Tints of Havelock Blue #508BC9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.1%

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

R = 19.05%
G = 33.1%
B = 47.86%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#508BC9 (or 0x508BC9) is known color: Havelock Blue. HEX triplet: 50, 8B and C9. RGB value is (80,139,201). Sum of RGB (Red+Green+Blue) = 80+139+201=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 201 - color contains mainly: blue. Hex color #508BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BC9 is #AF7436. Grayscale: #808080. Windows color (decimal): -11498551 or 13208400. OLE color: 13208400.

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

Color convert

RGB 80 139 201 -
CMYK 0.60 0.31 0 0.21
HSL 210.74º 0.53% 0.55% -
HSV(B) 210.74º 0.6% 0.79% -
XYZ 23.08 24.39 58.75 -
YUV 128.43 168.95 93.46 -
System Red Green Blue C M Y K H S L
Decimal 80 139 201 0.60 0.31 0 0.21 210.74 0.53 0.55
Hex 50 8B C9 3C 1F 0 15 D3 35 37
Octal 120 213 311 74 37 0 25 323 65 67
Binary 1010000 10001011 11001001 111100 11111 0 10101 11010011 110101 110111

Color Harmonies of #508BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BC9

Black with #508BC9

Text Example


Text Example

White with #508BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508BC9; }

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

 H1.HeaderClassName
 {
   color: #508BC9;
 }
 .AnyTagClassName
 {
   color: #508BC9;
 }
</style>

background-color css

<style>
 a { background-color: #508BC9; }

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

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

border-color css

<style>
 span { border-color: #508BC9; }

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

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