Html Css Color HEX #508BBB Danube

📋 copy color: '#508BBB'

red 80 ◦ green 139 ◦ blue 187

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

Shades of Danube #508BBB

Tints of Danube #508BBB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.24%

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 19.7%
G = 34.24%
B = 46.06%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#508BBB (or 0x508BBB) is known color: Danube. HEX triplet: 50, 8B and BB. RGB value is (80,139,187). Sum of RGB (Red+Green+Blue) = 80+139+187=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #508BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BBB is #AF7444. Grayscale: #7E7E7E. Windows color (decimal): -11498565 or 12290896. OLE color: 12290896.

HSL color Cylindrical-coordinate representation of color #508BBB: hue angle of 206.92º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #508BBB is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 139 187 -
CMYK 0.57 0.26 0 0.27
HSL 206.92º 0.44% 0.52% -
HSV(B) 206.92º 0.57% 0.73% -
XYZ 21.51 23.76 50.47 -
YUV 126.83 161.95 94.6 -
System Red Green Blue C M Y K H S L
Decimal 80 139 187 0.57 0.26 0 0.27 206.92 0.44 0.52
Hex 50 8B BB 39 1A 0 1B CF 2C 34
Octal 120 213 273 71 32 0 33 317 54 64
Binary 1010000 10001011 10111011 111001 11010 0 11011 11001111 101100 110100

Color Harmonies of #508BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BBB

Black with #508BBB

Text Example


Text Example

White with #508BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,139,187); }

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

background-color css

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

 a { background-color: rgb(80,139,187); }

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

border-color css

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

 span { border-color: rgb(80,139,187); }

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