Html Css Color HEX #518FC3 Danube

📋 copy color: '#518FC3'

red 81 ◦ green 143 ◦ blue 195

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

Shades of Danube #518FC3

Tints of Danube #518FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 46.54%

R = 19.33%
G = 34.13%
B = 46.54%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#518FC3 (or 0x518FC3) is known color: Danube. HEX triplet: 51, 8F and C3. RGB value is (81,143,195). Sum of RGB (Red+Green+Blue) = 81+143+195=419 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.33% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 195 (76.56% from 255 or 46.54% from 419); Max value from RGB is 195 - color contains mainly: blue. Hex color #518FC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FC3 is #AE703C. Grayscale: #828282. Windows color (decimal): -11431997 or 12816209. OLE color: 12816209.

HSL color Cylindrical-coordinate representation of color #518FC3: hue angle of 207.37º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #518FC3 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 81 143 195 -
CMYK 0.58 0.27 0 0.24
HSL 207.37º 0.49% 0.54% -
HSV(B) 207.37º 0.58% 0.76% -
XYZ 23.07 25.33 55.3 -
YUV 130.39 164.46 92.77 -
System Red Green Blue C M Y K H S L
Decimal 81 143 195 0.58 0.27 0 0.24 207.37 0.49 0.54
Hex 51 8F C3 3A 1B 0 18 CF 31 36
Octal 121 217 303 72 33 0 30 317 61 66
Binary 1010001 10001111 11000011 111010 11011 0 11000 11001111 110001 110110

Color Harmonies of #518FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518FC3

Black with #518FC3

Text Example


Text Example

White with #518FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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