Html Css Color HEX #517CEC Royal Blue

📋 copy color: '#517CEC'

red 81 ◦ green 124 ◦ blue 236

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

Shades of Royal Blue #517CEC

Tints of Royal Blue #517CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.51%

R = 18.37%
G = 28.12%
B = 53.51%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#517CEC (or 0x517CEC) is known color: Royal Blue. HEX triplet: 51, 7C and EC. RGB value is (81,124,236). Sum of RGB (Red+Green+Blue) = 81+124+236=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #517CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517CEC is #AE8313. Grayscale: #7B7B7B. Windows color (decimal): -11436820 or 15498321. OLE color: 15498321.

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

Color convert

RGB 81 124 236 -
CMYK 0.66 0.47 0 0.07
HSL 223.35º 0.8% 0.62% -
HSV(B) 223.35º 0.66% 0.93% -
XYZ 25.74 22.22 82.29 -
YUV 123.91 191.25 97.39 -
System Red Green Blue C M Y K H S L
Decimal 81 124 236 0.66 0.47 0 0.07 223.35 0.8 0.62
Hex 51 7C EC 42 2F 0 7 DF 50 3E
Octal 121 174 354 102 57 0 7 337 120 76
Binary 1010001 1111100 11101100 1000010 101111 0 111 11011111 1010000 111110

Color Harmonies of #517CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517CEC

Black with #517CEC

Text Example


Text Example

White with #517CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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