Html Css Color HEX #508EC2 Danube

📋 copy color: '#508EC2'

red 80 ◦ green 142 ◦ blue 194

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

Shades of Danube #508EC2

Tints of Danube #508EC2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.13%

 BLUE value IS 194 (76.17% from 255) = 46.63%

R = 19.23%
G = 34.13%
B = 46.63%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#508EC2 (or 0x508EC2) is known color: Danube. HEX triplet: 50, 8E and C2. RGB value is (80,142,194). Sum of RGB (Red+Green+Blue) = 80+142+194=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 194 - color contains mainly: blue. Hex color #508EC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508EC2 is #AF713D. Grayscale: #818181. Windows color (decimal): -11497790 or 12750416. OLE color: 12750416.

HSL color Cylindrical-coordinate representation of color #508EC2: hue angle of 207.37º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #508EC2 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 142 194 -
CMYK 0.59 0.27 0 0.24
HSL 207.37º 0.48% 0.54% -
HSV(B) 207.37º 0.59% 0.76% -
XYZ 22.72 24.95 54.66 -
YUV 129.39 164.46 92.77 -
System Red Green Blue C M Y K H S L
Decimal 80 142 194 0.59 0.27 0 0.24 207.37 0.48 0.54
Hex 50 8E C2 3B 1B 0 18 CF 30 36
Octal 120 216 302 73 33 0 30 317 60 66
Binary 1010000 10001110 11000010 111011 11011 0 11000 11001111 110000 110110

Color Harmonies of #508EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508EC2

Black with #508EC2

Text Example


Text Example

White with #508EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,142,194); }

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

background-color css

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

 a { background-color: rgb(80,142,194); }

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

border-color css

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

 span { border-color: rgb(80,142,194); }

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