Html Css Color HEX #508FCB Danube

📋 copy color: '#508FCB'

red 80 ◦ green 143 ◦ blue 203

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

Shades of Danube #508FCB

Tints of Danube #508FCB

RGB

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

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

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

R = 18.78%
G = 33.57%
B = 47.65%

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

#508FCB (or 0x508FCB) is known color: Danube. HEX triplet: 50, 8F and CB. RGB value is (80,143,203). Sum of RGB (Red+Green+Blue) = 80+143+203=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #508FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FCB is #AF7034. Grayscale: #828282. Windows color (decimal): -11497525 or 13340496. OLE color: 13340496.

HSL color Cylindrical-coordinate representation of color #508FCB: hue angle of 209.27º 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 #508FCB is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 143 203 -
CMYK 0.61 0.30 0 0.20
HSL 209.27º 0.54% 0.55% -
HSV(B) 209.27º 0.61% 0.8% -
XYZ 23.91 25.66 60.19 -
YUV 131 168.63 91.62 -
System Red Green Blue C M Y K H S L
Decimal 80 143 203 0.61 0.30 0 0.20 209.27 0.54 0.55
Hex 50 8F CB 3D 1E 0 14 D1 36 37
Octal 120 217 313 75 36 0 24 321 66 67
Binary 1010000 10001111 11001011 111101 11110 0 10100 11010001 110110 110111

Color Harmonies of #508FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FCB

Black with #508FCB

Text Example


Text Example

White with #508FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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