Html Css Color HEX #517BFD Royal Blue

📋 copy color: '#517BFD'

red 81 ◦ green 123 ◦ blue 253

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

Shades of Royal Blue #517BFD

Tints of Royal Blue #517BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.36%

R = 17.72%
G = 26.91%
B = 55.36%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#517BFD (or 0x517BFD) is known color: Royal Blue. HEX triplet: 51, 7B and FD. RGB value is (81,123,253). Sum of RGB (Red+Green+Blue) = 81+123+253=457 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.72% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #517BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517BFD is #AE8402. Grayscale: #7C7C7C. Windows color (decimal): -11437059 or 16612177. OLE color: 16612177.

HSL color Cylindrical-coordinate representation of color #517BFD: hue angle of 225.35º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #517BFD is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 123 253 -
CMYK 0.68 0.51 0 0.01
HSL 225.35º 0.98% 0.65% -
HSV(B) 225.35º 0.68% 0.99% -
XYZ 28.21 23.01 95.88 -
YUV 125.26 200.09 96.43 -
System Red Green Blue C M Y K H S L
Decimal 81 123 253 0.68 0.51 0 0.01 225.35 0.98 0.65
Hex 51 7B FD 44 33 0 1 E1 62 41
Octal 121 173 375 104 63 0 1 341 142 101
Binary 1010001 1111011 11111101 1000100 110011 0 1 11100001 1100010 1000001

Color Harmonies of #517BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BFD

Black with #517BFD

Text Example


Text Example

White with #517BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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