Html Css Color HEX #508BC8 Havelock Blue

📋 copy color: '#508BC8'

red 80 ◦ green 139 ◦ blue 200

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

Shades of Havelock Blue #508BC8

Tints of Havelock Blue #508BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.73%

R = 19.09%
G = 33.17%
B = 47.73%

CMYK

 C value IS 0.6

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#508BC8 (or 0x508BC8) is known color: Havelock Blue. HEX triplet: 50, 8B and C8. RGB value is (80,139,200). Sum of RGB (Red+Green+Blue) = 80+139+200=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 200 (78.52% from 255 or 47.73% from 419); Max value from RGB is 200 - color contains mainly: blue. Hex color #508BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BC8 is #AF7437. Grayscale: #808080. Windows color (decimal): -11498552 or 13142864. OLE color: 13142864.

HSL color Cylindrical-coordinate representation of color #508BC8: hue angle of 210.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #508BC8 is Cyan = 0.6, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 139 200 -
CMYK 0.6 0.30 0 0.22
HSL 210.5º 0.52% 0.55% -
HSV(B) 210.5º 0.6% 0.78% -
XYZ 22.97 24.34 58.13 -
YUV 128.31 168.45 93.54 -
System Red Green Blue C M Y K H S L
Decimal 80 139 200 0.6 0.30 0 0.22 210.5 0.52 0.55
Hex 50 8B C8 3C 1E 0 16 D2 34 37
Octal 120 213 310 74 36 0 26 322 64 67
Binary 1010000 10001011 11001000 111100 11110 0 10110 11010010 110100 110111

Color Harmonies of #508BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BC8

Black with #508BC8

Text Example


Text Example

White with #508BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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