Html Css Color HEX #508FCE Danube

📋 copy color: '#508FCE'

red 80 ◦ green 143 ◦ blue 206

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

Shades of Danube #508FCE

Tints of Danube #508FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 18.65%
G = 33.33%
B = 48.02%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#508FCE (or 0x508FCE) is known color: Danube. HEX triplet: 50, 8F and CE. RGB value is (80,143,206). Sum of RGB (Red+Green+Blue) = 80+143+206=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #508FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FCE is #AF7031. Grayscale: #838383. Windows color (decimal): -11497522 or 13537104. OLE color: 13537104.

HSL color Cylindrical-coordinate representation of color #508FCE: hue angle of 210º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #508FCE is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 143 206 -
CMYK 0.61 0.31 0 0.19
HSL 210º 0.56% 0.56% -
HSV(B) 210º 0.61% 0.81% -
XYZ 24.27 25.81 62.09 -
YUV 131.35 170.13 91.38 -
System Red Green Blue C M Y K H S L
Decimal 80 143 206 0.61 0.31 0 0.19 210 0.56 0.56
Hex 50 8F CE 3D 1F 0 13 D2 38 38
Octal 120 217 316 75 37 0 23 322 70 70
Binary 1010000 10001111 11001110 111101 11111 0 10011 11010010 111000 111000

Color Harmonies of #508FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FCE

Black with #508FCE

Text Example


Text Example

White with #508FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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