Html Css Color HEX #508DD5 Havelock Blue

📋 copy color: '#508DD5'

red 80 ◦ green 141 ◦ blue 213

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

Shades of Havelock Blue #508DD5

Tints of Havelock Blue #508DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 49.08%

R = 18.43%
G = 32.49%
B = 49.08%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#508DD5 (or 0x508DD5) is known color: Havelock Blue. HEX triplet: 50, 8D and D5. RGB value is (80,141,213). Sum of RGB (Red+Green+Blue) = 80+141+213=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 213 (83.59% from 255 or 49.08% from 434); Max value from RGB is 213 - color contains mainly: blue. Hex color #508DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DD5 is #AF722A. Grayscale: #828282. Windows color (decimal): -11498027 or 13995344. OLE color: 13995344.

HSL color Cylindrical-coordinate representation of color #508DD5: hue angle of 212.48º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #508DD5 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 141 213 -
CMYK 0.62 0.34 0 0.16
HSL 212.48º 0.61% 0.57% -
HSV(B) 212.48º 0.62% 0.84% -
XYZ 24.84 25.56 66.57 -
YUV 130.97 174.29 91.65 -
System Red Green Blue C M Y K H S L
Decimal 80 141 213 0.62 0.34 0 0.16 212.48 0.61 0.57
Hex 50 8D D5 3E 22 0 10 D4 3D 39
Octal 120 215 325 76 42 0 20 324 75 71
Binary 1010000 10001101 11010101 111110 100010 0 10000 11010100 111101 111001

Color Harmonies of #508DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508DD5

Black with #508DD5

Text Example


Text Example

White with #508DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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