Html Css Color HEX #518DC9 Danube

📋 copy color: '#518DC9'

red 81 ◦ green 141 ◦ blue 201

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

Shades of Danube #518DC9

Tints of Danube #518DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.52%

R = 19.15%
G = 33.33%
B = 47.52%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#518DC9 (or 0x518DC9) is known color: Danube. HEX triplet: 51, 8D and C9. RGB value is (81,141,201). Sum of RGB (Red+Green+Blue) = 81+141+201=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #518DC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DC9 is #AE7236. Grayscale: #818181. Windows color (decimal): -11432503 or 13208913. OLE color: 13208913.

HSL color Cylindrical-coordinate representation of color #518DC9: hue angle of 210º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #518DC9 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 141 201 -
CMYK 0.60 0.30 0 0.21
HSL 210º 0.53% 0.55% -
HSV(B) 210º 0.6% 0.79% -
XYZ 23.46 25.02 58.85 -
YUV 129.9 168.12 93.12 -
System Red Green Blue C M Y K H S L
Decimal 81 141 201 0.60 0.30 0 0.21 210 0.53 0.55
Hex 51 8D C9 3C 1E 0 15 D2 35 37
Octal 121 215 311 74 36 0 25 322 65 67
Binary 1010001 10001101 11001001 111100 11110 0 10101 11010010 110101 110111

Color Harmonies of #518DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518DC9

Black with #518DC9

Text Example


Text Example

White with #518DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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