Html Css Color HEX #517CEB Royal Blue

📋 copy color: '#517CEB'

red 81 ◦ green 124 ◦ blue 235

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

Shades of Royal Blue #517CEB

Tints of Royal Blue #517CEB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.18%

 BLUE value IS 235 (92.19% from 255) = 53.41%

R = 18.41%
G = 28.18%
B = 53.41%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#517CEB (or 0x517CEB) is known color: Royal Blue. HEX triplet: 51, 7C and EB. RGB value is (81,124,235). Sum of RGB (Red+Green+Blue) = 81+124+235=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #517CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517CEB is #AE8314. Grayscale: #7B7B7B. Windows color (decimal): -11436821 or 15432785. OLE color: 15432785.

HSL color Cylindrical-coordinate representation of color #517CEB: hue angle of 223.25º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #517CEB is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 124 235 -
CMYK 0.66 0.47 0 0.08
HSL 223.25º 0.79% 0.62% -
HSV(B) 223.25º 0.66% 0.92% -
XYZ 25.6 22.16 81.53 -
YUV 123.8 190.75 97.47 -
System Red Green Blue C M Y K H S L
Decimal 81 124 235 0.66 0.47 0 0.08 223.25 0.79 0.62
Hex 51 7C EB 42 2F 0 8 DF 4F 3E
Octal 121 174 353 102 57 0 10 337 117 76
Binary 1010001 1111100 11101011 1000010 101111 0 1000 11011111 1001111 111110

Color Harmonies of #517CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517CEB

Black with #517CEB

Text Example


Text Example

White with #517CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,124,235); }

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

background-color css

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

 a { background-color: rgb(81,124,235); }

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

border-color css

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

 span { border-color: rgb(81,124,235); }

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