Html Css Color HEX #5168DB Royal Blue

📋 copy color: '#5168DB'

red 81 ◦ green 104 ◦ blue 219

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

Shades of Royal Blue #5168DB

Tints of Royal Blue #5168DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.74%

 BLUE value IS 219 (85.94% from 255) = 54.21%

R = 20.05%
G = 25.74%
B = 54.21%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5168DB (or 0x5168DB) is known color: Royal Blue. HEX triplet: 51, 68 and DB. RGB value is (81,104,219). Sum of RGB (Red+Green+Blue) = 81+104+219=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #5168DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5168DB is #AE9724. Grayscale: #6D6D6D. Windows color (decimal): -11441957 or 14379089. OLE color: 14379089.

HSL color Cylindrical-coordinate representation of color #5168DB: hue angle of 230º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5168DB is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 104 219 -
CMYK 0.63 0.53 0 0.14
HSL 230º 0.66% 0.59% -
HSV(B) 230º 0.63% 0.86% -
XYZ 21.13 16.76 69.14 -
YUV 110.23 189.38 107.15 -
System Red Green Blue C M Y K H S L
Decimal 81 104 219 0.63 0.53 0 0.14 230 0.66 0.59
Hex 51 68 DB 3F 35 0 E E6 42 3B
Octal 121 150 333 77 65 0 16 346 102 73
Binary 1010001 1101000 11011011 111111 110101 0 1110 11100110 1000010 111011

Color Harmonies of #5168DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5168DB

Black with #5168DB

Text Example


Text Example

White with #5168DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5168DB; }

 p { color: rgb(81,104,219); }

 H1.HeaderClassName
 {
   color: #5168DB;
 }
 .AnyTagClassName
 {
   color: #5168DB;
 }
</style>

background-color css

<style>
 a { background-color: #5168DB; }

 a { background-color: rgb(81,104,219); }

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

border-color css

<style>
 span { border-color: #5168DB; }

 span { border-color: rgb(81,104,219); }

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