Html Css Color HEX #508ACE Havelock Blue

📋 copy color: '#508ACE'

red 80 ◦ green 138 ◦ blue 206

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

Shades of Havelock Blue #508ACE

Tints of Havelock Blue #508ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 18.87%
G = 32.55%
B = 48.58%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#508ACE (or 0x508ACE) is known color: Havelock Blue. HEX triplet: 50, 8A and CE. RGB value is (80,138,206). Sum of RGB (Red+Green+Blue) = 80+138+206=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #508ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ACE is #AF7531. Grayscale: #808080. Windows color (decimal): -11498802 or 13535824. OLE color: 13535824.

HSL color Cylindrical-coordinate representation of color #508ACE: hue angle of 212.38º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #508ACE is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 138 206 -
CMYK 0.61 0.33 0 0.19
HSL 212.38º 0.56% 0.56% -
HSV(B) 212.38º 0.61% 0.81% -
XYZ 23.54 24.34 61.85 -
YUV 128.41 171.78 93.47 -
System Red Green Blue C M Y K H S L
Decimal 80 138 206 0.61 0.33 0 0.19 212.38 0.56 0.56
Hex 50 8A CE 3D 21 0 13 D4 38 38
Octal 120 212 316 75 41 0 23 324 70 70
Binary 1010000 10001010 11001110 111101 100001 0 10011 11010100 111000 111000

Color Harmonies of #508ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508ACE

Black with #508ACE

Text Example


Text Example

White with #508ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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