Html Css Color HEX #508CD1 Havelock Blue

📋 copy color: '#508CD1'

red 80 ◦ green 140 ◦ blue 209

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

Shades of Havelock Blue #508CD1

Tints of Havelock Blue #508CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.72%

R = 18.65%
G = 32.63%
B = 48.72%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#508CD1 (or 0x508CD1) is known color: Havelock Blue. HEX triplet: 50, 8C and D1. RGB value is (80,140,209). Sum of RGB (Red+Green+Blue) = 80+140+209=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #508CD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CD1 is #AF732E. Grayscale: #818181. Windows color (decimal): -11498287 or 13732944. OLE color: 13732944.

HSL color Cylindrical-coordinate representation of color #508CD1: hue angle of 212.09º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #508CD1 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 140 209 -
CMYK 0.62 0.33 0 0.18
HSL 212.09º 0.58% 0.57% -
HSV(B) 212.09º 0.62% 0.82% -
XYZ 24.19 25.07 63.88 -
YUV 129.93 172.62 92.39 -
System Red Green Blue C M Y K H S L
Decimal 80 140 209 0.62 0.33 0 0.18 212.09 0.58 0.57
Hex 50 8C D1 3E 21 0 12 D4 3A 39
Octal 120 214 321 76 41 0 22 324 72 71
Binary 1010000 10001100 11010001 111110 100001 0 10010 11010100 111010 111001

Color Harmonies of #508CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508CD1

Black with #508CD1

Text Example


Text Example

White with #508CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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