Html Css Color HEX #518EC9 Danube

📋 copy color: '#518EC9'

red 81 ◦ green 142 ◦ blue 201

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

Shades of Danube #518EC9

Tints of Danube #518EC9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.49%

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

R = 19.1%
G = 33.49%
B = 47.41%

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

#518EC9 (or 0x518EC9) is known color: Danube. HEX triplet: 51, 8E and C9. RGB value is (81,142,201). Sum of RGB (Red+Green+Blue) = 81+142+201=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 201 - color contains mainly: blue. Hex color #518EC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518EC9 is #AE7136. Grayscale: #828282. Windows color (decimal): -11432247 or 13209169. OLE color: 13209169.

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

Color convert

RGB 81 142 201 -
CMYK 0.60 0.29 0 0.21
HSL 209.5º 0.53% 0.55% -
HSV(B) 209.5º 0.6% 0.79% -
XYZ 23.61 25.31 58.9 -
YUV 130.49 167.79 92.7 -
System Red Green Blue C M Y K H S L
Decimal 81 142 201 0.60 0.29 0 0.21 209.5 0.53 0.55
Hex 51 8E C9 3C 1D 0 15 D2 35 37
Octal 121 216 311 74 35 0 25 322 65 67
Binary 1010001 10001110 11001001 111100 11101 0 10101 11010010 110101 110111

Color Harmonies of #518EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518EC9

Black with #518EC9

Text Example


Text Example

White with #518EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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