Html Css Color HEX #518FCE Danube

📋 copy color: '#518FCE'

red 81 ◦ green 143 ◦ blue 206

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

Shades of Danube #518FCE

Tints of Danube #518FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 18.84%
G = 33.26%
B = 47.91%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#518FCE (or 0x518FCE) is known color: Danube. HEX triplet: 51, 8F and CE. RGB value is (81,143,206). Sum of RGB (Red+Green+Blue) = 81+143+206=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #518FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FCE is #AE7031. Grayscale: #838383. Windows color (decimal): -11431986 or 13537105. OLE color: 13537105.

HSL color Cylindrical-coordinate representation of color #518FCE: hue angle of 210.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #518FCE is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 143 206 -
CMYK 0.61 0.31 0 0.19
HSL 210.24º 0.56% 0.56% -
HSV(B) 210.24º 0.61% 0.81% -
XYZ 24.36 25.85 62.1 -
YUV 131.64 169.96 91.88 -
System Red Green Blue C M Y K H S L
Decimal 81 143 206 0.61 0.31 0 0.19 210.24 0.56 0.56
Hex 51 8F CE 3D 1F 0 13 D2 38 38
Octal 121 217 316 75 37 0 23 322 70 70
Binary 1010001 10001111 11001110 111101 11111 0 10011 11010010 111000 111000

Color Harmonies of #518FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518FCE

Black with #518FCE

Text Example


Text Example

White with #518FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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