Html Css Color HEX #508FCF Danube

📋 copy color: '#508FCF'

red 80 ◦ green 143 ◦ blue 207

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

Shades of Danube #508FCF

Tints of Danube #508FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 18.6%
G = 33.26%
B = 48.14%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#508FCF (or 0x508FCF) is known color: Danube. HEX triplet: 50, 8F and CF. RGB value is (80,143,207). Sum of RGB (Red+Green+Blue) = 80+143+207=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #508FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FCF is #AF7030. Grayscale: #838383. Windows color (decimal): -11497521 or 13602640. OLE color: 13602640.

HSL color Cylindrical-coordinate representation of color #508FCF: hue angle of 210.24º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #508FCF is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 143 207 -
CMYK 0.61 0.31 0 0.19
HSL 210.24º 0.57% 0.56% -
HSV(B) 210.24º 0.61% 0.81% -
XYZ 24.39 25.86 62.74 -
YUV 131.46 170.63 91.3 -
System Red Green Blue C M Y K H S L
Decimal 80 143 207 0.61 0.31 0 0.19 210.24 0.57 0.56
Hex 50 8F CF 3D 1F 0 13 D2 39 38
Octal 120 217 317 75 37 0 23 322 71 70
Binary 1010000 10001111 11001111 111101 11111 0 10011 11010010 111001 111000

Color Harmonies of #508FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FCF

Black with #508FCF

Text Example


Text Example

White with #508FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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