Html Css Color HEX #5165DB Royal Blue

📋 copy color: '#5165DB'

red 81 ◦ green 101 ◦ blue 219

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

Shades of Royal Blue #5165DB

Tints of Royal Blue #5165DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.19%

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

R = 20.2%
G = 25.19%
B = 54.61%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5165DB (or 0x5165DB) is known color: Royal Blue. HEX triplet: 51, 65 and DB. RGB value is (81,101,219). Sum of RGB (Red+Green+Blue) = 81+101+219=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #5165DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5165DB is #AE9A24. Grayscale: #6B6B6B. Windows color (decimal): -11442725 or 14378321. OLE color: 14378321.

HSL color Cylindrical-coordinate representation of color #5165DB: hue angle of 231.3º 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 #5165DB is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 101 219 -
CMYK 0.63 0.54 0 0.14
HSL 231.3º 0.66% 0.59% -
HSV(B) 231.3º 0.63% 0.86% -
XYZ 20.83 16.17 69.04 -
YUV 108.47 190.37 108.41 -
System Red Green Blue C M Y K H S L
Decimal 81 101 219 0.63 0.54 0 0.14 231.3 0.66 0.59
Hex 51 65 DB 3F 36 0 E E7 42 3B
Octal 121 145 333 77 66 0 16 347 102 73
Binary 1010001 1100101 11011011 111111 110110 0 1110 11100111 1000010 111011

Color Harmonies of #5165DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5165DB

Black with #5165DB

Text Example


Text Example

White with #5165DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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