Html Css Color HEX #508ADB Havelock Blue

📋 copy color: '#508ADB'

red 80 ◦ green 138 ◦ blue 219

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

Shades of Havelock Blue #508ADB

Tints of Havelock Blue #508ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.58%

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 18.31%
G = 31.58%
B = 50.11%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#508ADB (or 0x508ADB) is known color: Havelock Blue. HEX triplet: 50, 8A and DB. RGB value is (80,138,219). Sum of RGB (Red+Green+Blue) = 80+138+219=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #508ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ADB is #AF7524. Grayscale: #818181. Windows color (decimal): -11498789 or 14387792. OLE color: 14387792.

HSL color Cylindrical-coordinate representation of color #508ADB: hue angle of 214.96º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #508ADB is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 138 219 -
CMYK 0.63 0.37 0 0.14
HSL 214.96º 0.66% 0.59% -
HSV(B) 214.96º 0.63% 0.86% -
XYZ 25.18 25 70.52 -
YUV 129.89 178.28 92.41 -
System Red Green Blue C M Y K H S L
Decimal 80 138 219 0.63 0.37 0 0.14 214.96 0.66 0.59
Hex 50 8A DB 3F 25 0 E D7 42 3B
Octal 120 212 333 77 45 0 16 327 102 73
Binary 1010000 10001010 11011011 111111 100101 0 1110 11010111 1000010 111011

Color Harmonies of #508ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508ADB

Black with #508ADB

Text Example


Text Example

White with #508ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,138,219); }

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

background-color css

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

 a { background-color: rgb(80,138,219); }

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

border-color css

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

 span { border-color: rgb(80,138,219); }

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