Html Css Color HEX #5164DF Royal Blue

📋 copy color: '#5164DF'

red 81 ◦ green 100 ◦ blue 223

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

Shades of Royal Blue #5164DF

Tints of Royal Blue #5164DF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.75%

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

R = 20.05%
G = 24.75%
B = 55.2%

CMYK

 C value IS 0.64

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5164DF (or 0x5164DF) is known color: Royal Blue. HEX triplet: 51, 64 and DF. RGB value is (81,100,223). Sum of RGB (Red+Green+Blue) = 81+100+223=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #5164DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5164DF is #AE9B20. Grayscale: #6B6B6B. Windows color (decimal): -11442977 or 14640209. OLE color: 14640209.

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

Color convert

RGB 81 100 223 -
CMYK 0.64 0.55 0 0.13
HSL 231.97º 0.69% 0.6% -
HSV(B) 231.97º 0.64% 0.87% -
XYZ 21.27 16.19 71.82 -
YUV 108.34 192.71 108.5 -
System Red Green Blue C M Y K H S L
Decimal 81 100 223 0.64 0.55 0 0.13 231.97 0.69 0.6
Hex 51 64 DF 40 37 0 D E8 45 3C
Octal 121 144 337 100 67 0 15 350 105 74
Binary 1010001 1100100 11011111 1000000 110111 0 1101 11101000 1000101 111100

Color Harmonies of #5164DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5164DF

Black with #5164DF

Text Example


Text Example

White with #5164DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5164DF; }

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

 H1.HeaderClassName
 {
   color: #5164DF;
 }
 .AnyTagClassName
 {
   color: #5164DF;
 }
</style>

background-color css

<style>
 a { background-color: #5164DF; }

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

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

border-color css

<style>
 span { border-color: #5164DF; }

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

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