Html Css Color HEX #515DDF Royal Blue

📋 copy color: '#515DDF'

red 81 ◦ green 93 ◦ blue 223

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

Shades of Royal Blue #515DDF

Tints of Royal Blue #515DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.17%

R = 20.4%
G = 23.43%
B = 56.17%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#515DDF (or 0x515DDF) is known color: Royal Blue. HEX triplet: 51, 5D and DF. RGB value is (81,93,223). Sum of RGB (Red+Green+Blue) = 81+93+223=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #515DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DDF is #AEA220. Grayscale: #676767. Windows color (decimal): -11444769 or 14638417. OLE color: 14638417.

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

Color convert

RGB 81 93 223 -
CMYK 0.64 0.58 0 0.13
HSL 234.93º 0.69% 0.6% -
HSV(B) 234.93º 0.64% 0.87% -
XYZ 20.63 14.91 71.6 -
YUV 104.23 195.02 111.43 -
System Red Green Blue C M Y K H S L
Decimal 81 93 223 0.64 0.58 0 0.13 234.93 0.69 0.6
Hex 51 5D DF 40 3A 0 D EB 45 3C
Octal 121 135 337 100 72 0 15 353 105 74
Binary 1010001 1011101 11011111 1000000 111010 0 1101 11101011 1000101 111100

Color Harmonies of #515DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DDF

Black with #515DDF

Text Example


Text Example

White with #515DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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