Html Css Color HEX #508CDA Havelock Blue

📋 copy color: '#508CDA'

red 80 ◦ green 140 ◦ blue 218

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

Shades of Havelock Blue #508CDA

Tints of Havelock Blue #508CDA

RGB

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

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

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

R = 18.26%
G = 31.96%
B = 49.77%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#508CDA (or 0x508CDA) is known color: Havelock Blue. HEX triplet: 50, 8C and DA. RGB value is (80,140,218). Sum of RGB (Red+Green+Blue) = 80+140+218=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #508CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CDA is #AF7325. Grayscale: #828282. Windows color (decimal): -11498278 or 14322768. OLE color: 14322768.

HSL color Cylindrical-coordinate representation of color #508CDA: hue angle of 213.91º 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 #508CDA is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 140 218 -
CMYK 0.63 0.36 0 0.15
HSL 213.91º 0.65% 0.58% -
HSV(B) 213.91º 0.63% 0.85% -
XYZ 25.34 25.52 69.92 -
YUV 130.95 177.12 91.66 -
System Red Green Blue C M Y K H S L
Decimal 80 140 218 0.63 0.36 0 0.15 213.91 0.65 0.58
Hex 50 8C DA 3F 24 0 F D6 41 3A
Octal 120 214 332 77 44 0 17 326 101 72
Binary 1010000 10001100 11011010 111111 100100 0 1111 11010110 1000001 111010

Color Harmonies of #508CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508CDA

Black with #508CDA

Text Example


Text Example

White with #508CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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