Html Css Color HEX #316DDE Royal Blue

📋 copy color: '#316DDE'

red 49 ◦ green 109 ◦ blue 222

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

Shades of Royal Blue #316DDE

Tints of Royal Blue #316DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.42%

R = 12.89%
G = 28.68%
B = 58.42%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#316DDE (or 0x316DDE) is known color: Royal Blue. HEX triplet: 31, 6D and DE. RGB value is (49,109,222). Sum of RGB (Red+Green+Blue) = 49+109+222=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #316DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316DDE is #CE9221. Grayscale: #676767. Windows color (decimal): -13537826 or 14576945. OLE color: 14576945.

HSL color Cylindrical-coordinate representation of color #316DDE: hue angle of 219.19º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #316DDE is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 109 222 -
CMYK 0.78 0.51 0 0.13
HSL 219.19º 0.72% 0.53% -
HSV(B) 219.19º 0.78% 0.87% -
XYZ 19.92 16.86 71.31 -
YUV 103.94 194.62 88.81 -
System Red Green Blue C M Y K H S L
Decimal 49 109 222 0.78 0.51 0 0.13 219.19 0.72 0.53
Hex 31 6D DE 4E 33 0 D DB 48 35
Octal 61 155 336 116 63 0 15 333 110 65
Binary 110001 1101101 11011110 1001110 110011 0 1101 11011011 1001000 110101

Color Harmonies of #316DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316DDE

Black with #316DDE

Text Example


Text Example

White with #316DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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