Html Css Color HEX #316ADF Royal Blue

📋 copy color: '#316ADF'

red 49 ◦ green 106 ◦ blue 223

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

Shades of Royal Blue #316ADF

Tints of Royal Blue #316ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.99%

R = 12.96%
G = 28.04%
B = 58.99%

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

#316ADF (or 0x316ADF) is known color: Royal Blue. HEX triplet: 31, 6A and DF. RGB value is (49,106,223). Sum of RGB (Red+Green+Blue) = 49+106+223=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #316ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316ADF is #CE9520. Grayscale: #656565. Windows color (decimal): -13538593 or 14641713. OLE color: 14641713.

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

Color convert

RGB 49 106 223 -
CMYK 0.78 0.52 0 0.13
HSL 220.34º 0.73% 0.53% -
HSV(B) 220.34º 0.78% 0.87% -
XYZ 19.74 16.29 71.92 -
YUV 102.3 196.12 89.99 -
System Red Green Blue C M Y K H S L
Decimal 49 106 223 0.78 0.52 0 0.13 220.34 0.73 0.53
Hex 31 6A DF 4E 34 0 D DC 49 35
Octal 61 152 337 116 64 0 15 334 111 65
Binary 110001 1101010 11011111 1001110 110100 0 1101 11011100 1001001 110101

Color Harmonies of #316ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316ADF

Black with #316ADF

Text Example


Text Example

White with #316ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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