Html Css Color HEX #316ADD Royal Blue

📋 copy color: '#316ADD'

red 49 ◦ green 106 ◦ blue 221

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

Shades of Royal Blue #316ADD

Tints of Royal Blue #316ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.19%

 BLUE value IS 221 (86.72% from 255) = 58.78%

R = 13.03%
G = 28.19%
B = 58.78%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#316ADD (or 0x316ADD) is known color: Royal Blue. HEX triplet: 31, 6A and DD. RGB value is (49,106,221). Sum of RGB (Red+Green+Blue) = 49+106+221=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #316ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316ADD is #CE9522. Grayscale: #656565. Windows color (decimal): -13538595 or 14510641. OLE color: 14510641.

HSL color Cylindrical-coordinate representation of color #316ADD: hue angle of 220.12º 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 #316ADD is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 106 221 -
CMYK 0.78 0.52 0 0.13
HSL 220.12º 0.72% 0.53% -
HSV(B) 220.12º 0.78% 0.87% -
XYZ 19.47 16.18 70.5 -
YUV 102.07 195.12 90.15 -
System Red Green Blue C M Y K H S L
Decimal 49 106 221 0.78 0.52 0 0.13 220.12 0.72 0.53
Hex 31 6A DD 4E 34 0 D DC 48 35
Octal 61 152 335 116 64 0 15 334 110 65
Binary 110001 1101010 11011101 1001110 110100 0 1101 11011100 1001000 110101

Color Harmonies of #316ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316ADD

Black with #316ADD

Text Example


Text Example

White with #316ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,106,221); }

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

background-color css

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

 a { background-color: rgb(49,106,221); }

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

border-color css

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

 span { border-color: rgb(49,106,221); }

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