Html Css Color HEX #517BDE Royal Blue

📋 copy color: '#517BDE'

red 81 ◦ green 123 ◦ blue 222

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

Shades of Royal Blue #517BDE

Tints of Royal Blue #517BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.11%

R = 19.01%
G = 28.87%
B = 52.11%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#517BDE (or 0x517BDE) is known color: Royal Blue. HEX triplet: 51, 7B and DE. RGB value is (81,123,222). Sum of RGB (Red+Green+Blue) = 81+123+222=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #517BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517BDE is #AE8421. Grayscale: #797979. Windows color (decimal): -11437090 or 14580561. OLE color: 14580561.

HSL color Cylindrical-coordinate representation of color #517BDE: hue angle of 222.13º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #517BDE is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 123 222 -
CMYK 0.64 0.45 0 0.13
HSL 222.13º 0.68% 0.59% -
HSV(B) 222.13º 0.64% 0.87% -
XYZ 23.66 21.19 71.95 -
YUV 121.73 184.59 98.95 -
System Red Green Blue C M Y K H S L
Decimal 81 123 222 0.64 0.45 0 0.13 222.13 0.68 0.59
Hex 51 7B DE 40 2D 0 D DE 44 3B
Octal 121 173 336 100 55 0 15 336 104 73
Binary 1010001 1111011 11011110 1000000 101101 0 1101 11011110 1000100 111011

Color Harmonies of #517BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BDE

Black with #517BDE

Text Example


Text Example

White with #517BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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