Html Css Color HEX #508EC8 Danube

📋 copy color: '#508EC8'

red 80 ◦ green 142 ◦ blue 200

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

Shades of Danube #508EC8

Tints of Danube #508EC8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.65%

 BLUE value IS 200 (78.52% from 255) = 47.39%

R = 18.96%
G = 33.65%
B = 47.39%

CMYK

 C value IS 0.6

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#508EC8 (or 0x508EC8) is known color: Danube. HEX triplet: 50, 8E and C8. RGB value is (80,142,200). Sum of RGB (Red+Green+Blue) = 80+142+200=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 200 - color contains mainly: blue. Hex color #508EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508EC8 is #AF7137. Grayscale: #818181. Windows color (decimal): -11497784 or 13143632. OLE color: 13143632.

HSL color Cylindrical-coordinate representation of color #508EC8: hue angle of 209º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #508EC8 is Cyan = 0.6, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 142 200 -
CMYK 0.6 0.29 0 0.22
HSL 209º 0.52% 0.55% -
HSV(B) 209º 0.6% 0.78% -
XYZ 23.41 25.22 58.28 -
YUV 130.07 167.46 92.28 -
System Red Green Blue C M Y K H S L
Decimal 80 142 200 0.6 0.29 0 0.22 209 0.52 0.55
Hex 50 8E C8 3C 1D 0 16 D1 34 37
Octal 120 216 310 74 35 0 26 321 64 67
Binary 1010000 10001110 11001000 111100 11101 0 10110 11010001 110100 110111

Color Harmonies of #508EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508EC8

Black with #508EC8

Text Example


Text Example

White with #508EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,142,200); }

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

background-color css

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

 a { background-color: rgb(80,142,200); }

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

border-color css

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

 span { border-color: rgb(80,142,200); }

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