Html Css Color HEX #518FC9 Danube

📋 copy color: '#518FC9'

red 81 ◦ green 143 ◦ blue 201

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

Shades of Danube #518FC9

Tints of Danube #518FC9

RGB

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

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

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

R = 19.06%
G = 33.65%
B = 47.29%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#518FC9 (or 0x518FC9) is known color: Danube. HEX triplet: 51, 8F and C9. RGB value is (81,143,201). Sum of RGB (Red+Green+Blue) = 81+143+201=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 201 - color contains mainly: blue. Hex color #518FC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FC9 is #AE7036. Grayscale: #828282. Windows color (decimal): -11431991 or 13209425. OLE color: 13209425.

HSL color Cylindrical-coordinate representation of color #518FC9: hue angle of 209º 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 #518FC9 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 143 201 -
CMYK 0.60 0.29 0 0.21
HSL 209º 0.53% 0.55% -
HSV(B) 209º 0.6% 0.79% -
XYZ 23.76 25.61 58.95 -
YUV 131.07 167.46 92.28 -
System Red Green Blue C M Y K H S L
Decimal 81 143 201 0.60 0.29 0 0.21 209 0.53 0.55
Hex 51 8F C9 3C 1D 0 15 D1 35 37
Octal 121 217 311 74 35 0 25 321 65 67
Binary 1010001 10001111 11001001 111100 11101 0 10101 11010001 110101 110111

Color Harmonies of #518FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518FC9

Black with #518FC9

Text Example


Text Example

White with #518FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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