Html Css Color HEX #316DDC Royal Blue

📋 copy color: '#316DDC'

red 49 ◦ green 109 ◦ blue 220

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

Shades of Royal Blue #316DDC

Tints of Royal Blue #316DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.2%

R = 12.96%
G = 28.84%
B = 58.2%

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

#316DDC (or 0x316DDC) is known color: Royal Blue. HEX triplet: 31, 6D and DC. RGB value is (49,109,220). Sum of RGB (Red+Green+Blue) = 49+109+220=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #316DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316DDC is #CE9223. Grayscale: #676767. Windows color (decimal): -13537828 or 14445873. OLE color: 14445873.

HSL color Cylindrical-coordinate representation of color #316DDC: hue angle of 218.95º degrees, saturation: 0.71, 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 #316DDC is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 109 220 -
CMYK 0.78 0.50 0 0.14
HSL 218.95º 0.71% 0.53% -
HSV(B) 218.95º 0.78% 0.86% -
XYZ 19.65 16.76 69.91 -
YUV 103.71 193.62 88.97 -
System Red Green Blue C M Y K H S L
Decimal 49 109 220 0.78 0.50 0 0.14 218.95 0.71 0.53
Hex 31 6D DC 4E 32 0 E DB 47 35
Octal 61 155 334 116 62 0 16 333 107 65
Binary 110001 1101101 11011100 1001110 110010 0 1110 11011011 1000111 110101

Color Harmonies of #316DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316DDC

Black with #316DDC

Text Example


Text Example

White with #316DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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