Html Css Color HEX #515DE4 Royal Blue

📋 copy color: '#515DE4'

red 81 ◦ green 93 ◦ blue 228

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

Shades of Royal Blue #515DE4

Tints of Royal Blue #515DE4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.13%

 BLUE value IS 228 (89.45% from 255) = 56.72%

R = 20.15%
G = 23.13%
B = 56.72%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#515DE4 (or 0x515DE4) is known color: Royal Blue. HEX triplet: 51, 5D and E4. RGB value is (81,93,228). Sum of RGB (Red+Green+Blue) = 81+93+228=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 228 (89.45% from 255 or 56.72% from 402); Max value from RGB is 228 - color contains mainly: blue. Hex color #515DE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DE4 is #AEA21B. Grayscale: #686868. Windows color (decimal): -11444764 or 14966097. OLE color: 14966097.

HSL color Cylindrical-coordinate representation of color #515DE4: hue angle of 235.1º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #515DE4 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 81 93 228 -
CMYK 0.64 0.59 0 0.11
HSL 235.1º 0.73% 0.61% -
HSV(B) 235.1º 0.64% 0.89% -
XYZ 21.31 15.18 75.21 -
YUV 104.8 197.52 111.02 -
System Red Green Blue C M Y K H S L
Decimal 81 93 228 0.64 0.59 0 0.11 235.1 0.73 0.61
Hex 51 5D E4 40 3B 0 B EB 49 3D
Octal 121 135 344 100 73 0 13 353 111 75
Binary 1010001 1011101 11100100 1000000 111011 0 1011 11101011 1001001 111101

Color Harmonies of #515DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DE4

Black with #515DE4

Text Example


Text Example

White with #515DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,93,228); }

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

background-color css

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

 a { background-color: rgb(81,93,228); }

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

border-color css

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

 span { border-color: rgb(81,93,228); }

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