Html Css Color HEX #518ECB Danube

📋 copy color: '#518ECB'

red 81 ◦ green 142 ◦ blue 203

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

Shades of Danube #518ECB

Tints of Danube #518ECB

RGB

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

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

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

R = 19.01%
G = 33.33%
B = 47.65%

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

#518ECB (or 0x518ECB) is known color: Danube. HEX triplet: 51, 8E and CB. RGB value is (81,142,203). Sum of RGB (Red+Green+Blue) = 81+142+203=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #518ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ECB is #AE7134. Grayscale: #828282. Windows color (decimal): -11432245 or 13340241. OLE color: 13340241.

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

Color convert

RGB 81 142 203 -
CMYK 0.60 0.30 0 0.20
HSL 210º 0.54% 0.56% -
HSV(B) 210º 0.6% 0.8% -
XYZ 23.85 25.41 60.15 -
YUV 130.72 168.79 92.54 -
System Red Green Blue C M Y K H S L
Decimal 81 142 203 0.60 0.30 0 0.20 210 0.54 0.56
Hex 51 8E CB 3C 1E 0 14 D2 36 38
Octal 121 216 313 74 36 0 24 322 66 70
Binary 1010001 10001110 11001011 111100 11110 0 10100 11010010 110110 111000

Color Harmonies of #518ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518ECB

Black with #518ECB

Text Example


Text Example

White with #518ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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