Html Css Color HEX #517EEF Royal Blue

📋 copy color: '#517EEF'

red 81 ◦ green 126 ◦ blue 239

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

Shades of Royal Blue #517EEF

Tints of Royal Blue #517EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.25%

 BLUE value IS 239 (93.75% from 255) = 53.59%

R = 18.16%
G = 28.25%
B = 53.59%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#517EEF (or 0x517EEF) is known color: Royal Blue. HEX triplet: 51, 7E and EF. RGB value is (81,126,239). Sum of RGB (Red+Green+Blue) = 81+126+239=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #517EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517EEF is #AE8110. Grayscale: #7C7C7C. Windows color (decimal): -11436305 or 15695441. OLE color: 15695441.

HSL color Cylindrical-coordinate representation of color #517EEF: hue angle of 222.91º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #517EEF is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 126 239 -
CMYK 0.66 0.47 0 0.06
HSL 222.91º 0.83% 0.63% -
HSV(B) 222.91º 0.66% 0.94% -
XYZ 26.43 22.9 84.69 -
YUV 125.43 192.09 96.31 -
System Red Green Blue C M Y K H S L
Decimal 81 126 239 0.66 0.47 0 0.06 222.91 0.83 0.63
Hex 51 7E EF 42 2F 0 6 DF 53 3F
Octal 121 176 357 102 57 0 6 337 123 77
Binary 1010001 1111110 11101111 1000010 101111 0 110 11011111 1010011 111111

Color Harmonies of #517EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517EEF

Black with #517EEF

Text Example


Text Example

White with #517EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,126,239); }

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

background-color css

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

 a { background-color: rgb(81,126,239); }

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

border-color css

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

 span { border-color: rgb(81,126,239); }

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