Html Css Color HEX #515FDF Royal Blue

📋 copy color: '#515FDF'

red 81 ◦ green 95 ◦ blue 223

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

Shades of Royal Blue #515FDF

Tints of Royal Blue #515FDF

RGB

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

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

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

R = 20.3%
G = 23.81%
B = 55.89%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#515FDF (or 0x515FDF) is known color: Royal Blue. HEX triplet: 51, 5F and DF. RGB value is (81,95,223). Sum of RGB (Red+Green+Blue) = 81+95+223=399 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.30% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #515FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515FDF is #AEA020. Grayscale: #686868. Windows color (decimal): -11444257 or 14638929. OLE color: 14638929.

HSL color Cylindrical-coordinate representation of color #515FDF: hue angle of 234.08º 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 #515FDF is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 95 223 -
CMYK 0.64 0.57 0 0.13
HSL 234.08º 0.69% 0.6% -
HSV(B) 234.08º 0.64% 0.87% -
XYZ 20.8 15.26 71.66 -
YUV 105.41 194.36 110.59 -
System Red Green Blue C M Y K H S L
Decimal 81 95 223 0.64 0.57 0 0.13 234.08 0.69 0.6
Hex 51 5F DF 40 39 0 D EA 45 3C
Octal 121 137 337 100 71 0 15 352 105 74
Binary 1010001 1011111 11011111 1000000 111001 0 1101 11101010 1000101 111100

Color Harmonies of #515FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515FDF

Black with #515FDF

Text Example


Text Example

White with #515FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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