Html Css Color HEX #517BDF Royal Blue

📋 copy color: '#517BDF'

red 81 ◦ green 123 ◦ blue 223

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

Shades of Royal Blue #517BDF

Tints of Royal Blue #517BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.22%

R = 18.97%
G = 28.81%
B = 52.22%

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

#517BDF (or 0x517BDF) is known color: Royal Blue. HEX triplet: 51, 7B and DF. RGB value is (81,123,223). Sum of RGB (Red+Green+Blue) = 81+123+223=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #517BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517BDF is #AE8420. Grayscale: #797979. Windows color (decimal): -11437089 or 14646097. OLE color: 14646097.

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

Color convert

RGB 81 123 223 -
CMYK 0.64 0.45 0 0.13
HSL 222.25º 0.69% 0.6% -
HSV(B) 222.25º 0.64% 0.87% -
XYZ 23.8 21.24 72.66 -
YUV 121.84 185.09 98.87 -
System Red Green Blue C M Y K H S L
Decimal 81 123 223 0.64 0.45 0 0.13 222.25 0.69 0.6
Hex 51 7B DF 40 2D 0 D DE 45 3C
Octal 121 173 337 100 55 0 15 336 105 74
Binary 1010001 1111011 11011111 1000000 101101 0 1101 11011110 1000101 111100

Color Harmonies of #517BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BDF

Black with #517BDF

Text Example


Text Example

White with #517BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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