Html Css Color HEX #316DDB Royal Blue

📋 copy color: '#316DDB'

red 49 ◦ green 109 ◦ blue 219

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

Shades of Royal Blue #316DDB

Tints of Royal Blue #316DDB

RGB

 RED value IS 49 (19.53% from 255) = 13%

 GREEN value IS 109 (42.97% from 255) = 28.91%

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

R = 13%
G = 28.91%
B = 58.09%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#316DDB (or 0x316DDB) is known color: Royal Blue. HEX triplet: 31, 6D and DB. RGB value is (49,109,219). Sum of RGB (Red+Green+Blue) = 49+109+219=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #316DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316DDB is #CE9224. Grayscale: #676767. Windows color (decimal): -13537829 or 14380337. OLE color: 14380337.

HSL color Cylindrical-coordinate representation of color #316DDB: hue angle of 218.82º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #316DDB is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 109 219 -
CMYK 0.78 0.50 0 0.14
HSL 218.82º 0.7% 0.53% -
HSV(B) 218.82º 0.78% 0.86% -
XYZ 19.52 16.7 69.21 -
YUV 103.6 193.12 89.06 -
System Red Green Blue C M Y K H S L
Decimal 49 109 219 0.78 0.50 0 0.14 218.82 0.7 0.53
Hex 31 6D DB 4E 32 0 E DB 46 35
Octal 61 155 333 116 62 0 16 333 106 65
Binary 110001 1101101 11011011 1001110 110010 0 1110 11011011 1000110 110101

Color Harmonies of #316DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316DDB

Black with #316DDB

Text Example


Text Example

White with #316DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316DDB; }

 p { color: rgb(49,109,219); }

 H1.HeaderClassName
 {
   color: #316DDB;
 }
 .AnyTagClassName
 {
   color: #316DDB;
 }
</style>

background-color css

<style>
 a { background-color: #316DDB; }

 a { background-color: rgb(49,109,219); }

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

border-color css

<style>
 span { border-color: #316DDB; }

 span { border-color: rgb(49,109,219); }

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