Html Css Color HEX #508BCC Havelock Blue

📋 copy color: '#508BCC'

red 80 ◦ green 139 ◦ blue 204

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

Shades of Havelock Blue #508BCC

Tints of Havelock Blue #508BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 18.91%
G = 32.86%
B = 48.23%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#508BCC (or 0x508BCC) is known color: Havelock Blue. HEX triplet: 50, 8B and CC. RGB value is (80,139,204). Sum of RGB (Red+Green+Blue) = 80+139+204=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #508BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BCC is #AF7433. Grayscale: #808080. Windows color (decimal): -11498548 or 13405008. OLE color: 13405008.

HSL color Cylindrical-coordinate representation of color #508BCC: hue angle of 211.45º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #508BCC is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 139 204 -
CMYK 0.61 0.32 0 0.2
HSL 211.45º 0.55% 0.56% -
HSV(B) 211.45º 0.61% 0.8% -
XYZ 23.44 24.53 60.63 -
YUV 128.77 170.45 93.21 -
System Red Green Blue C M Y K H S L
Decimal 80 139 204 0.61 0.32 0 0.2 211.45 0.55 0.56
Hex 50 8B CC 3D 20 0 14 D3 37 38
Octal 120 213 314 75 40 0 24 323 67 70
Binary 1010000 10001011 11001100 111101 100000 0 10100 11010011 110111 111000

Color Harmonies of #508BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BCC

Black with #508BCC

Text Example


Text Example

White with #508BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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