Html Css Color HEX #517DE1 Royal Blue

📋 copy color: '#517DE1'

red 81 ◦ green 125 ◦ blue 225

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

Shades of Royal Blue #517DE1

Tints of Royal Blue #517DE1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29%

 BLUE value IS 225 (88.28% from 255) = 52.2%

R = 18.79%
G = 29%
B = 52.2%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#517DE1 (or 0x517DE1) is known color: Royal Blue. HEX triplet: 51, 7D and E1. RGB value is (81,125,225). Sum of RGB (Red+Green+Blue) = 81+125+225=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 225 (88.28% from 255 or 52.20% from 431); Max value from RGB is 225 - color contains mainly: blue. Hex color #517DE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DE1 is #AE821E. Grayscale: #7A7A7A. Windows color (decimal): -11436575 or 14777681. OLE color: 14777681.

HSL color Cylindrical-coordinate representation of color #517DE1: hue angle of 221.67º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #517DE1 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 81 125 225 -
CMYK 0.64 0.44 0 0.12
HSL 221.67º 0.71% 0.6% -
HSV(B) 221.67º 0.64% 0.88% -
XYZ 24.32 21.85 74.17 -
YUV 123.24 185.42 97.87 -
System Red Green Blue C M Y K H S L
Decimal 81 125 225 0.64 0.44 0 0.12 221.67 0.71 0.6
Hex 51 7D E1 40 2C 0 C DE 47 3C
Octal 121 175 341 100 54 0 14 336 107 74
Binary 1010001 1111101 11100001 1000000 101100 0 1100 11011110 1000111 111100

Color Harmonies of #517DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517DE1

Black with #517DE1

Text Example


Text Example

White with #517DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,125,225); }

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

background-color css

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

 a { background-color: rgb(81,125,225); }

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

border-color css

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

 span { border-color: rgb(81,125,225); }

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