Html Css Color HEX #5181DF Royal Blue

📋 copy color: '#5181DF'

red 81 ◦ green 129 ◦ blue 223

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

Shades of Royal Blue #5181DF

Tints of Royal Blue #5181DF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.79%

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

R = 18.71%
G = 29.79%
B = 51.5%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5181DF (or 0x5181DF) is known color: Royal Blue. HEX triplet: 51, 81 and DF. RGB value is (81,129,223). Sum of RGB (Red+Green+Blue) = 81+129+223=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #5181DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5181DF is #AE7E20. Grayscale: #7C7C7C. Windows color (decimal): -11435553 or 14647633. OLE color: 14647633.

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

Color convert

RGB 81 129 223 -
CMYK 0.64 0.42 0 0.13
HSL 219.72º 0.69% 0.6% -
HSV(B) 219.72º 0.64% 0.87% -
XYZ 24.56 22.78 72.91 -
YUV 125.36 183.1 96.36 -
System Red Green Blue C M Y K H S L
Decimal 81 129 223 0.64 0.42 0 0.13 219.72 0.69 0.6
Hex 51 81 DF 40 2A 0 D DC 45 3C
Octal 121 201 337 100 52 0 15 334 105 74
Binary 1010001 10000001 11011111 1000000 101010 0 1101 11011100 1000101 111100

Color Harmonies of #5181DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5181DF

Black with #5181DF

Text Example


Text Example

White with #5181DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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