Html Css Color HEX #508DCC Havelock Blue

📋 copy color: '#508DCC'

red 80 ◦ green 141 ◦ blue 204

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

Shades of Havelock Blue #508DCC

Tints of Havelock Blue #508DCC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.18%

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

R = 18.82%
G = 33.18%
B = 48%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#508DCC (or 0x508DCC) is known color: Havelock Blue. HEX triplet: 50, 8D and CC. RGB value is (80,141,204). Sum of RGB (Red+Green+Blue) = 80+141+204=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #508DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DCC is #AF7233. Grayscale: #818181. Windows color (decimal): -11498036 or 13405520. OLE color: 13405520.

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

Color convert

RGB 80 141 204 -
CMYK 0.61 0.31 0 0.2
HSL 210.48º 0.55% 0.56% -
HSV(B) 210.48º 0.61% 0.8% -
XYZ 23.73 25.11 60.72 -
YUV 129.94 169.79 92.38 -
System Red Green Blue C M Y K H S L
Decimal 80 141 204 0.61 0.31 0 0.2 210.48 0.55 0.56
Hex 50 8D CC 3D 1F 0 14 D2 37 38
Octal 120 215 314 75 37 0 24 322 67 70
Binary 1010000 10001101 11001100 111101 11111 0 10100 11010010 110111 111000

Color Harmonies of #508DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508DCC

Black with #508DCC

Text Example


Text Example

White with #508DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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