Html Css Color HEX #508FC8 Danube

📋 copy color: '#508FC8'

red 80 ◦ green 143 ◦ blue 200

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

Shades of Danube #508FC8

Tints of Danube #508FC8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.81%

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

R = 18.91%
G = 33.81%
B = 47.28%

CMYK

 C value IS 0.6

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#508FC8 (or 0x508FC8) is known color: Danube. HEX triplet: 50, 8F and C8. RGB value is (80,143,200). Sum of RGB (Red+Green+Blue) = 80+143+200=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 200 - color contains mainly: blue. Hex color #508FC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FC8 is #AF7037. Grayscale: #828282. Windows color (decimal): -11497528 or 13143888. OLE color: 13143888.

HSL color Cylindrical-coordinate representation of color #508FC8: hue angle of 208.5º 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 #508FC8 is Cyan = 0.6, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 143 200 -
CMYK 0.6 0.28 0 0.22
HSL 208.5º 0.52% 0.55% -
HSV(B) 208.5º 0.6% 0.78% -
XYZ 23.56 25.52 58.33 -
YUV 130.66 167.13 91.87 -
System Red Green Blue C M Y K H S L
Decimal 80 143 200 0.6 0.28 0 0.22 208.5 0.52 0.55
Hex 50 8F C8 3C 1C 0 16 D0 34 37
Octal 120 217 310 74 34 0 26 320 64 67
Binary 1010000 10001111 11001000 111100 11100 0 10110 11010000 110100 110111

Color Harmonies of #508FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FC8

Black with #508FC8

Text Example


Text Example

White with #508FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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