Html Css Color HEX #518DCB Danube

📋 copy color: '#518DCB'

red 81 ◦ green 141 ◦ blue 203

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

Shades of Danube #518DCB

Tints of Danube #518DCB

RGB

 RED value IS 81 (32.03% from 255) = 19.06%

 GREEN value IS 141 (55.47% from 255) = 33.18%

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

R = 19.06%
G = 33.18%
B = 47.76%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#518DCB (or 0x518DCB) is known color: Danube. HEX triplet: 51, 8D and CB. RGB value is (81,141,203). Sum of RGB (Red+Green+Blue) = 81+141+203=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 141 (55.47% from 255 or 33.18% 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 #518DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DCB is #AE7234. Grayscale: #818181. Windows color (decimal): -11432501 or 13339985. OLE color: 13339985.

HSL color Cylindrical-coordinate representation of color #518DCB: hue angle of 210.49º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #518DCB is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 141 203 -
CMYK 0.60 0.31 0 0.20
HSL 210.49º 0.54% 0.56% -
HSV(B) 210.49º 0.6% 0.8% -
XYZ 23.7 25.11 60.1 -
YUV 130.13 169.12 92.96 -
System Red Green Blue C M Y K H S L
Decimal 81 141 203 0.60 0.31 0 0.20 210.49 0.54 0.56
Hex 51 8D CB 3C 1F 0 14 D2 36 38
Octal 121 215 313 74 37 0 24 322 66 70
Binary 1010001 10001101 11001011 111100 11111 0 10100 11010010 110110 111000

Color Harmonies of #518DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518DCB

Black with #518DCB

Text Example


Text Example

White with #518DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518DCB; }

 p { color: rgb(81,141,203); }

 H1.HeaderClassName
 {
   color: #518DCB;
 }
 .AnyTagClassName
 {
   color: #518DCB;
 }
</style>

background-color css

<style>
 a { background-color: #518DCB; }

 a { background-color: rgb(81,141,203); }

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

border-color css

<style>
 span { border-color: #518DCB; }

 span { border-color: rgb(81,141,203); }

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