Html Css Color HEX #517ADF Royal Blue

📋 copy color: '#517ADF'

red 81 ◦ green 122 ◦ blue 223

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

Shades of Royal Blue #517ADF

Tints of Royal Blue #517ADF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.64%

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

R = 19.01%
G = 28.64%
B = 52.35%

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

#517ADF (or 0x517ADF) is known color: Royal Blue. HEX triplet: 51, 7A and DF. RGB value is (81,122,223). Sum of RGB (Red+Green+Blue) = 81+122+223=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #517ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517ADF is #AE8520. Grayscale: #787878. Windows color (decimal): -11437345 or 14645841. OLE color: 14645841.

HSL color Cylindrical-coordinate representation of color #517ADF: hue angle of 222.68º 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 #517ADF is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 122 223 -
CMYK 0.64 0.45 0 0.13
HSL 222.68º 0.69% 0.6% -
HSV(B) 222.68º 0.64% 0.87% -
XYZ 23.67 21 72.62 -
YUV 121.26 185.42 99.29 -
System Red Green Blue C M Y K H S L
Decimal 81 122 223 0.64 0.45 0 0.13 222.68 0.69 0.6
Hex 51 7A DF 40 2D 0 D DF 45 3C
Octal 121 172 337 100 55 0 15 337 105 74
Binary 1010001 1111010 11011111 1000000 101101 0 1101 11011111 1000101 111100

Color Harmonies of #517ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517ADF

Black with #517ADF

Text Example


Text Example

White with #517ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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