Html Css Color HEX #508FCD Danube

📋 copy color: '#508FCD'

red 80 ◦ green 143 ◦ blue 205

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

Shades of Danube #508FCD

Tints of Danube #508FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 18.69%
G = 33.41%
B = 47.9%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#508FCD (or 0x508FCD) is known color: Danube. HEX triplet: 50, 8F and CD. RGB value is (80,143,205). Sum of RGB (Red+Green+Blue) = 80+143+205=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #508FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FCD is #AF7032. Grayscale: #828282. Windows color (decimal): -11497523 or 13471568. OLE color: 13471568.

HSL color Cylindrical-coordinate representation of color #508FCD: hue angle of 209.76º degrees, saturation: 0.56, 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 #508FCD is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 143 205 -
CMYK 0.61 0.30 0 0.20
HSL 209.76º 0.56% 0.56% -
HSV(B) 209.76º 0.61% 0.8% -
XYZ 24.15 25.76 61.46 -
YUV 131.23 169.63 91.46 -
System Red Green Blue C M Y K H S L
Decimal 80 143 205 0.61 0.30 0 0.20 209.76 0.56 0.56
Hex 50 8F CD 3D 1E 0 14 D2 38 38
Octal 120 217 315 75 36 0 24 322 70 70
Binary 1010000 10001111 11001101 111101 11110 0 10100 11010010 111000 111000

Color Harmonies of #508FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FCD

Black with #508FCD

Text Example


Text Example

White with #508FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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