Html Css Color HEX #517BE6 Royal Blue

📋 copy color: '#517BE6'

red 81 ◦ green 123 ◦ blue 230

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

Shades of Royal Blue #517BE6

Tints of Royal Blue #517BE6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.34%

 BLUE value IS 230 (90.23% from 255) = 53%

R = 18.66%
G = 28.34%
B = 53%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#517BE6 (or 0x517BE6) is known color: Royal Blue. HEX triplet: 51, 7B and E6. RGB value is (81,123,230). Sum of RGB (Red+Green+Blue) = 81+123+230=434 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.66% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 230 (90.23% from 255 or 53.00% from 434); Max value from RGB is 230 - color contains mainly: blue. Hex color #517BE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517BE6 is #AE8419. Grayscale: #7A7A7A. Windows color (decimal): -11437082 or 15104849. OLE color: 15104849.

HSL color Cylindrical-coordinate representation of color #517BE6: hue angle of 223.09º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #517BE6 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 81 123 230 -
CMYK 0.65 0.47 0 0.10
HSL 223.09º 0.75% 0.61% -
HSV(B) 223.09º 0.65% 0.9% -
XYZ 24.76 21.63 77.73 -
YUV 122.64 188.59 98.3 -
System Red Green Blue C M Y K H S L
Decimal 81 123 230 0.65 0.47 0 0.10 223.09 0.75 0.61
Hex 51 7B E6 41 2F 0 A DF 4B 3D
Octal 121 173 346 101 57 0 12 337 113 75
Binary 1010001 1111011 11100110 1000001 101111 0 1010 11011111 1001011 111101

Color Harmonies of #517BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BE6

Black with #517BE6

Text Example


Text Example

White with #517BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517BE6; }

 p { color: rgb(81,123,230); }

 H1.HeaderClassName
 {
   color: #517BE6;
 }
 .AnyTagClassName
 {
   color: #517BE6;
 }
</style>

background-color css

<style>
 a { background-color: #517BE6; }

 a { background-color: rgb(81,123,230); }

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

border-color css

<style>
 span { border-color: #517BE6; }

 span { border-color: rgb(81,123,230); }

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