Html Css Color HEX #508ACC Havelock Blue

📋 copy color: '#508ACC'

red 80 ◦ green 138 ◦ blue 204

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

Shades of Havelock Blue #508ACC

Tints of Havelock Blue #508ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.34%

R = 18.96%
G = 32.7%
B = 48.34%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#508ACC (or 0x508ACC) is known color: Havelock Blue. HEX triplet: 50, 8A and CC. RGB value is (80,138,204). Sum of RGB (Red+Green+Blue) = 80+138+204=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #508ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ACC is #AF7533. Grayscale: #7F7F7F. Windows color (decimal): -11498804 or 13404752. OLE color: 13404752.

HSL color Cylindrical-coordinate representation of color #508ACC: hue angle of 211.94º degrees, saturation: 0.55, 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 #508ACC is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 138 204 -
CMYK 0.61 0.32 0 0.2
HSL 211.94º 0.55% 0.56% -
HSV(B) 211.94º 0.61% 0.8% -
XYZ 23.3 24.24 60.58 -
YUV 128.18 170.78 93.63 -
System Red Green Blue C M Y K H S L
Decimal 80 138 204 0.61 0.32 0 0.2 211.94 0.55 0.56
Hex 50 8A CC 3D 20 0 14 D4 37 38
Octal 120 212 314 75 40 0 24 324 67 70
Binary 1010000 10001010 11001100 111101 100000 0 10100 11010100 110111 111000

Color Harmonies of #508ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508ACC

Black with #508ACC

Text Example


Text Example

White with #508ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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