Html Css Color HEX #518ECA Danube

📋 copy color: '#518ECA'

red 81 ◦ green 142 ◦ blue 202

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

Shades of Danube #518ECA

Tints of Danube #518ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.53%

R = 19.06%
G = 33.41%
B = 47.53%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#518ECA (or 0x518ECA) is known color: Danube. HEX triplet: 51, 8E and CA. RGB value is (81,142,202). Sum of RGB (Red+Green+Blue) = 81+142+202=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #518ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ECA is #AE7135. Grayscale: #828282. Windows color (decimal): -11432246 or 13274705. OLE color: 13274705.

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

Color convert

RGB 81 142 202 -
CMYK 0.60 0.30 0 0.21
HSL 209.75º 0.53% 0.55% -
HSV(B) 209.75º 0.6% 0.79% -
XYZ 23.73 25.36 59.52 -
YUV 130.6 168.29 92.62 -
System Red Green Blue C M Y K H S L
Decimal 81 142 202 0.60 0.30 0 0.21 209.75 0.53 0.55
Hex 51 8E CA 3C 1E 0 15 D2 35 37
Octal 121 216 312 74 36 0 25 322 65 67
Binary 1010001 10001110 11001010 111100 11110 0 10101 11010010 110101 110111

Color Harmonies of #518ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518ECA

Black with #518ECA

Text Example


Text Example

White with #518ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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