Html Css Color HEX #517BFC Royal Blue

📋 copy color: '#517BFC'

red 81 ◦ green 123 ◦ blue 252

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

Shades of Royal Blue #517BFC

Tints of Royal Blue #517BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.26%

R = 17.76%
G = 26.97%
B = 55.26%

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

#517BFC (or 0x517BFC) is known color: Royal Blue. HEX triplet: 51, 7B and FC. RGB value is (81,123,252). Sum of RGB (Red+Green+Blue) = 81+123+252=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #517BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517BFC is #AE8403. Grayscale: #7C7C7C. Windows color (decimal): -11437060 or 16546641. OLE color: 16546641.

HSL color Cylindrical-coordinate representation of color #517BFC: hue angle of 225.26º degrees, saturation: 0.97, 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 #517BFC is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 123 252 -
CMYK 0.68 0.51 0 0.01
HSL 225.26º 0.97% 0.65% -
HSV(B) 225.26º 0.68% 0.99% -
XYZ 28.05 22.94 95.05 -
YUV 125.15 199.59 96.51 -
System Red Green Blue C M Y K H S L
Decimal 81 123 252 0.68 0.51 0 0.01 225.26 0.97 0.65
Hex 51 7B FC 44 33 0 1 E1 61 41
Octal 121 173 374 104 63 0 1 341 141 101
Binary 1010001 1111011 11111100 1000100 110011 0 1 11100001 1100001 1000001

Color Harmonies of #517BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BFC

Black with #517BFC

Text Example


Text Example

White with #517BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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