Html Css Color HEX #518FCB Danube

📋 copy color: '#518FCB'

red 81 ◦ green 143 ◦ blue 203

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

Shades of Danube #518FCB

Tints of Danube #518FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 18.97%
G = 33.49%
B = 47.54%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#518FCB (or 0x518FCB) is known color: Danube. HEX triplet: 51, 8F and CB. RGB value is (81,143,203). Sum of RGB (Red+Green+Blue) = 81+143+203=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #518FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FCB is #AE7034. Grayscale: #838383. Windows color (decimal): -11431989 or 13340497. OLE color: 13340497.

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

Color convert

RGB 81 143 203 -
CMYK 0.60 0.30 0 0.20
HSL 209.51º 0.54% 0.56% -
HSV(B) 209.51º 0.6% 0.8% -
XYZ 24 25.71 60.2 -
YUV 131.3 168.46 92.12 -
System Red Green Blue C M Y K H S L
Decimal 81 143 203 0.60 0.30 0 0.20 209.51 0.54 0.56
Hex 51 8F CB 3C 1E 0 14 D2 36 38
Octal 121 217 313 74 36 0 24 322 66 70
Binary 1010001 10001111 11001011 111100 11110 0 10100 11010010 110110 111000

Color Harmonies of #518FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518FCB

Black with #518FCB

Text Example


Text Example

White with #518FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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