Html Css Color HEX #316AFF Royal Blue

📋 copy color: '#316AFF'

red 49 ◦ green 106 ◦ blue 255

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

Shades of Royal Blue #316AFF

Tints of Royal Blue #316AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 62.2%

R = 11.95%
G = 25.85%
B = 62.2%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#316AFF (or 0x316AFF) is known color: Royal Blue. HEX triplet: 31, 6A and FF. RGB value is (49,106,255). Sum of RGB (Red+Green+Blue) = 49+106+255=410 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.95% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #316AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316AFF is #CE9500. Grayscale: #696969. Windows color (decimal): -13538561 or 16738865. OLE color: 16738865.

HSL color Cylindrical-coordinate representation of color #316AFF: hue angle of 223.4º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #316AFF is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 49 106 255 -
CMYK 0.81 0.58 0 0
HSL 223.4º 1% 0.6% -
HSV(B) 223.4º 0.81% 1% -
XYZ 24.47 18.18 96.83 -
YUV 105.94 212.12 87.38 -
System Red Green Blue C M Y K H S L
Decimal 49 106 255 0.81 0.58 0 0 223.4 1 0.6
Hex 31 6A FF 51 3A 0 0 DF 64 3C
Octal 61 152 377 121 72 0 0 337 144 74
Binary 110001 1101010 11111111 1010001 111010 0 0 11011111 1100100 111100

Color Harmonies of #316AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316AFF

Black with #316AFF

Text Example


Text Example

White with #316AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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