Html Css Color HEX #508CDB Havelock Blue

📋 copy color: '#508CDB'

red 80 ◦ green 140 ◦ blue 219

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

Shades of Havelock Blue #508CDB

Tints of Havelock Blue #508CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.89%

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

R = 18.22%
G = 31.89%
B = 49.89%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#508CDB (or 0x508CDB) is known color: Havelock Blue. HEX triplet: 50, 8C and DB. RGB value is (80,140,219). Sum of RGB (Red+Green+Blue) = 80+140+219=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #508CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CDB is #AF7324. Grayscale: #828282. Windows color (decimal): -11498277 or 14388304. OLE color: 14388304.

HSL color Cylindrical-coordinate representation of color #508CDB: hue angle of 214.1º 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 #508CDB is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 140 219 -
CMYK 0.63 0.36 0 0.14
HSL 214.1º 0.66% 0.59% -
HSV(B) 214.1º 0.63% 0.86% -
XYZ 25.47 25.58 70.61 -
YUV 131.07 177.62 91.58 -
System Red Green Blue C M Y K H S L
Decimal 80 140 219 0.63 0.36 0 0.14 214.1 0.66 0.59
Hex 50 8C DB 3F 24 0 E D6 42 3B
Octal 120 214 333 77 44 0 16 326 102 73
Binary 1010000 10001100 11011011 111111 100100 0 1110 11010110 1000010 111011

Color Harmonies of #508CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508CDB

Black with #508CDB

Text Example


Text Example

White with #508CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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