Html Css Color HEX #508ACD Havelock Blue

📋 copy color: '#508ACD'

red 80 ◦ green 138 ◦ blue 205

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

Shades of Havelock Blue #508ACD

Tints of Havelock Blue #508ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 18.91%
G = 32.62%
B = 48.46%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#508ACD (or 0x508ACD) is known color: Havelock Blue. HEX triplet: 50, 8A and CD. RGB value is (80,138,205). Sum of RGB (Red+Green+Blue) = 80+138+205=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #508ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ACD is #AF7532. Grayscale: #7F7F7F. Windows color (decimal): -11498803 or 13470288. OLE color: 13470288.

HSL color Cylindrical-coordinate representation of color #508ACD: hue angle of 212.16º degrees, saturation: 0.56, 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 #508ACD is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 138 205 -
CMYK 0.61 0.33 0 0.20
HSL 212.16º 0.56% 0.56% -
HSV(B) 212.16º 0.61% 0.8% -
XYZ 23.42 24.29 61.21 -
YUV 128.3 171.28 93.55 -
System Red Green Blue C M Y K H S L
Decimal 80 138 205 0.61 0.33 0 0.20 212.16 0.56 0.56
Hex 50 8A CD 3D 21 0 14 D4 38 38
Octal 120 212 315 75 41 0 24 324 70 70
Binary 1010000 10001010 11001101 111101 100001 0 10100 11010100 111000 111000

Color Harmonies of #508ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508ACD

Black with #508ACD

Text Example


Text Example

White with #508ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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