Html Css Color HEX #515FE0 Royal Blue

📋 copy color: '#515FE0'

red 81 ◦ green 95 ◦ blue 224

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

Shades of Royal Blue #515FE0

Tints of Royal Blue #515FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 56%

R = 20.25%
G = 23.75%
B = 56%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#515FE0 (or 0x515FE0) is known color: Royal Blue. HEX triplet: 51, 5F and E0. RGB value is (81,95,224). Sum of RGB (Red+Green+Blue) = 81+95+224=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #515FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515FE0 is #AEA01F. Grayscale: #686868. Windows color (decimal): -11444256 or 14704465. OLE color: 14704465.

HSL color Cylindrical-coordinate representation of color #515FE0: hue angle of 234.13º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #515FE0 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 81 95 224 -
CMYK 0.64 0.58 0 0.12
HSL 234.13º 0.7% 0.6% -
HSV(B) 234.13º 0.64% 0.88% -
XYZ 20.94 15.32 72.37 -
YUV 105.52 194.86 110.51 -
System Red Green Blue C M Y K H S L
Decimal 81 95 224 0.64 0.58 0 0.12 234.13 0.7 0.6
Hex 51 5F E0 40 3A 0 C EA 46 3C
Octal 121 137 340 100 72 0 14 352 106 74
Binary 1010001 1011111 11100000 1000000 111010 0 1100 11101010 1000110 111100

Color Harmonies of #515FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515FE0

Black with #515FE0

Text Example


Text Example

White with #515FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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