Html Css Color HEX #517CEA Royal Blue

📋 copy color: '#517CEA'

red 81 ◦ green 124 ◦ blue 234

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

Shades of Royal Blue #517CEA

Tints of Royal Blue #517CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.3%

R = 18.45%
G = 28.25%
B = 53.3%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#517CEA (or 0x517CEA) is known color: Royal Blue. HEX triplet: 51, 7C and EA. RGB value is (81,124,234). Sum of RGB (Red+Green+Blue) = 81+124+234=439 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.45% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #517CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517CEA is #AE8315. Grayscale: #7B7B7B. Windows color (decimal): -11436822 or 15367249. OLE color: 15367249.

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

Color convert

RGB 81 124 234 -
CMYK 0.65 0.47 0 0.08
HSL 223.14º 0.78% 0.62% -
HSV(B) 223.14º 0.65% 0.92% -
XYZ 25.45 22.11 80.77 -
YUV 123.68 190.25 97.56 -
System Red Green Blue C M Y K H S L
Decimal 81 124 234 0.65 0.47 0 0.08 223.14 0.78 0.62
Hex 51 7C EA 41 2F 0 8 DF 4E 3E
Octal 121 174 352 101 57 0 10 337 116 76
Binary 1010001 1111100 11101010 1000001 101111 0 1000 11011111 1001110 111110

Color Harmonies of #517CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517CEA

Black with #517CEA

Text Example


Text Example

White with #517CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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