Html Css Color HEX #515FED Royal Blue

📋 copy color: '#515FED'

red 81 ◦ green 95 ◦ blue 237

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

Shades of Royal Blue #515FED

Tints of Royal Blue #515FED

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23%

 BLUE value IS 237 (92.97% from 255) = 57.38%

R = 19.61%
G = 23%
B = 57.38%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#515FED (or 0x515FED) is known color: Royal Blue. HEX triplet: 51, 5F and ED. RGB value is (81,95,237). Sum of RGB (Red+Green+Blue) = 81+95+237=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #515FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515FED is #AEA012. Grayscale: #6A6A6A. Windows color (decimal): -11444243 or 15556433. OLE color: 15556433.

HSL color Cylindrical-coordinate representation of color #515FED: hue angle of 234.62º degrees, saturation: 0.81, 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 #515FED is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 95 237 -
CMYK 0.66 0.60 0 0.07
HSL 234.62º 0.81% 0.62% -
HSV(B) 234.62º 0.66% 0.93% -
XYZ 22.77 16.05 82.02 -
YUV 107 201.36 109.45 -
System Red Green Blue C M Y K H S L
Decimal 81 95 237 0.66 0.60 0 0.07 234.62 0.81 0.62
Hex 51 5F ED 42 3C 0 7 EB 51 3E
Octal 121 137 355 102 74 0 7 353 121 76
Binary 1010001 1011111 11101101 1000010 111100 0 111 11101011 1010001 111110

Color Harmonies of #515FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515FED

Black with #515FED

Text Example


Text Example

White with #515FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515FED; }

 p { color: rgb(81,95,237); }

 H1.HeaderClassName
 {
   color: #515FED;
 }
 .AnyTagClassName
 {
   color: #515FED;
 }
</style>

background-color css

<style>
 a { background-color: #515FED; }

 a { background-color: rgb(81,95,237); }

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

border-color css

<style>
 span { border-color: #515FED; }

 span { border-color: rgb(81,95,237); }

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