Html Css Color HEX #508ADA Havelock Blue

📋 copy color: '#508ADA'

red 80 ◦ green 138 ◦ blue 218

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

Shades of Havelock Blue #508ADA

Tints of Havelock Blue #508ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50%

R = 18.35%
G = 31.65%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#508ADA (or 0x508ADA) is known color: Havelock Blue. HEX triplet: 50, 8A and DA. RGB value is (80,138,218). Sum of RGB (Red+Green+Blue) = 80+138+218=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #508ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ADA is #AF7525. Grayscale: #818181. Windows color (decimal): -11498790 or 14322256. OLE color: 14322256.

HSL color Cylindrical-coordinate representation of color #508ADA: hue angle of 214.78º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #508ADA is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 138 218 -
CMYK 0.63 0.37 0 0.15
HSL 214.78º 0.65% 0.58% -
HSV(B) 214.78º 0.63% 0.85% -
XYZ 25.05 24.94 69.82 -
YUV 129.78 177.78 92.5 -
System Red Green Blue C M Y K H S L
Decimal 80 138 218 0.63 0.37 0 0.15 214.78 0.65 0.58
Hex 50 8A DA 3F 25 0 F D7 41 3A
Octal 120 212 332 77 45 0 17 327 101 72
Binary 1010000 10001010 11011010 111111 100101 0 1111 11010111 1000001 111010

Color Harmonies of #508ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508ADA

Black with #508ADA

Text Example


Text Example

White with #508ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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