Html Css Color HEX #508ECB Danube

📋 copy color: '#508ECB'

red 80 ◦ green 142 ◦ blue 203

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

Shades of Danube #508ECB

Tints of Danube #508ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.76%

R = 18.82%
G = 33.41%
B = 47.76%

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

#508ECB (or 0x508ECB) is known color: Danube. HEX triplet: 50, 8E and CB. RGB value is (80,142,203). Sum of RGB (Red+Green+Blue) = 80+142+203=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #508ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ECB is #AF7134. Grayscale: #828282. Windows color (decimal): -11497781 or 13340240. OLE color: 13340240.

HSL color Cylindrical-coordinate representation of color #508ECB: hue angle of 209.76º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #508ECB is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 142 203 -
CMYK 0.61 0.30 0 0.20
HSL 209.76º 0.54% 0.55% -
HSV(B) 209.76º 0.61% 0.8% -
XYZ 23.76 25.36 60.14 -
YUV 130.42 168.96 92.04 -
System Red Green Blue C M Y K H S L
Decimal 80 142 203 0.61 0.30 0 0.20 209.76 0.54 0.55
Hex 50 8E CB 3D 1E 0 14 D2 36 37
Octal 120 216 313 75 36 0 24 322 66 67
Binary 1010000 10001110 11001011 111101 11110 0 10100 11010010 110110 110111

Color Harmonies of #508ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508ECB

Black with #508ECB

Text Example


Text Example

White with #508ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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