Html Css Color HEX #508ABB Danube

📋 copy color: '#508ABB'

red 80 ◦ green 138 ◦ blue 187

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

Shades of Danube #508ABB

Tints of Danube #508ABB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.07%

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

R = 19.75%
G = 34.07%
B = 46.17%

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

#508ABB (or 0x508ABB) is known color: Danube. HEX triplet: 50, 8A and BB. RGB value is (80,138,187). Sum of RGB (Red+Green+Blue) = 80+138+187=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #508ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ABB is #AF7544. Grayscale: #7D7D7D. Windows color (decimal): -11498821 or 12290640. OLE color: 12290640.

HSL color Cylindrical-coordinate representation of color #508ABB: hue angle of 207.48º 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 #508ABB is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 138 187 -
CMYK 0.57 0.26 0 0.27
HSL 207.48º 0.44% 0.52% -
HSV(B) 207.48º 0.57% 0.73% -
XYZ 21.37 23.47 50.42 -
YUV 126.24 162.28 95.02 -
System Red Green Blue C M Y K H S L
Decimal 80 138 187 0.57 0.26 0 0.27 207.48 0.44 0.52
Hex 50 8A BB 39 1A 0 1B CF 2C 34
Octal 120 212 273 71 32 0 33 317 54 64
Binary 1010000 10001010 10111011 111001 11010 0 11011 11001111 101100 110100

Color Harmonies of #508ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508ABB

Black with #508ABB

Text Example


Text Example

White with #508ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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