Html Css Color HEX #518FCC Danube

📋 copy color: '#518FCC'

red 81 ◦ green 143 ◦ blue 204

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

Shades of Danube #518FCC

Tints of Danube #518FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 18.93%
G = 33.41%
B = 47.66%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#518FCC (or 0x518FCC) is known color: Danube. HEX triplet: 51, 8F and CC. RGB value is (81,143,204). Sum of RGB (Red+Green+Blue) = 81+143+204=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #518FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FCC is #AE7033. Grayscale: #838383. Windows color (decimal): -11431988 or 13406033. OLE color: 13406033.

HSL color Cylindrical-coordinate representation of color #518FCC: hue angle of 209.76º degrees, saturation: 0.55, 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 #518FCC is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 143 204 -
CMYK 0.60 0.30 0 0.2
HSL 209.76º 0.55% 0.56% -
HSV(B) 209.76º 0.6% 0.8% -
XYZ 24.11 25.75 60.83 -
YUV 131.42 168.96 92.04 -
System Red Green Blue C M Y K H S L
Decimal 81 143 204 0.60 0.30 0 0.2 209.76 0.55 0.56
Hex 51 8F CC 3C 1E 0 14 D2 37 38
Octal 121 217 314 74 36 0 24 322 67 70
Binary 1010001 10001111 11001100 111100 11110 0 10100 11010010 110111 111000

Color Harmonies of #518FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518FCC

Black with #518FCC

Text Example


Text Example

White with #518FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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