Html Css Color HEX #5081DF Royal Blue

📋 copy color: '#5081DF'

red 80 ◦ green 129 ◦ blue 223

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

Shades of Royal Blue #5081DF

Tints of Royal Blue #5081DF

RGB

 RED value IS 80 (31.64% from 255) = 18.52%

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

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

R = 18.52%
G = 29.86%
B = 51.62%

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

#5081DF (or 0x5081DF) is known color: Royal Blue. HEX triplet: 50, 81 and DF. RGB value is (80,129,223). Sum of RGB (Red+Green+Blue) = 80+129+223=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #5081DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5081DF is #AF7E20. Grayscale: #7C7C7C. Windows color (decimal): -11501089 or 14647632. OLE color: 14647632.

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

Color convert

RGB 80 129 223 -
CMYK 0.64 0.42 0 0.13
HSL 219.44º 0.69% 0.59% -
HSV(B) 219.44º 0.64% 0.87% -
XYZ 24.48 22.73 72.91 -
YUV 125.07 183.27 95.86 -
System Red Green Blue C M Y K H S L
Decimal 80 129 223 0.64 0.42 0 0.13 219.44 0.69 0.59
Hex 50 81 DF 40 2A 0 D DB 45 3B
Octal 120 201 337 100 52 0 15 333 105 73
Binary 1010000 10000001 11011111 1000000 101010 0 1101 11011011 1000101 111011

Color Harmonies of #5081DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5081DF

Black with #5081DF

Text Example


Text Example

White with #5081DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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