Html Css Color HEX #517BFA Royal Blue

📋 copy color: '#517BFA'

red 81 ◦ green 123 ◦ blue 250

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

Shades of Royal Blue #517BFA

Tints of Royal Blue #517BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.07%

R = 17.84%
G = 27.09%
B = 55.07%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#517BFA (or 0x517BFA) is known color: Royal Blue. HEX triplet: 51, 7B and FA. RGB value is (81,123,250). Sum of RGB (Red+Green+Blue) = 81+123+250=454 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.84% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #517BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517BFA is #AE8405. Grayscale: #7C7C7C. Windows color (decimal): -11437062 or 16415569. OLE color: 16415569.

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

Color convert

RGB 81 123 250 -
CMYK 0.68 0.51 0 0.02
HSL 225.09º 0.94% 0.65% -
HSV(B) 225.09º 0.68% 0.98% -
XYZ 27.73 22.82 93.39 -
YUV 124.92 198.59 96.67 -
System Red Green Blue C M Y K H S L
Decimal 81 123 250 0.68 0.51 0 0.02 225.09 0.94 0.65
Hex 51 7B FA 44 33 0 2 E1 5E 41
Octal 121 173 372 104 63 0 2 341 136 101
Binary 1010001 1111011 11111010 1000100 110011 0 10 11100001 1011110 1000001

Color Harmonies of #517BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BFA

Black with #517BFA

Text Example


Text Example

White with #517BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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