Html Css Color HEX #316DFF Royal Blue

📋 copy color: '#316DFF'

red 49 ◦ green 109 ◦ blue 255

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

Shades of Royal Blue #316DFF

Tints of Royal Blue #316DFF

RGB

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

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

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

R = 11.86%
G = 26.39%
B = 61.74%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#316DFF (or 0x316DFF) is known color: Royal Blue. HEX triplet: 31, 6D and FF. RGB value is (49,109,255). Sum of RGB (Red+Green+Blue) = 49+109+255=413 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.86% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #316DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316DFF is #CE9200. Grayscale: #6B6B6B. Windows color (decimal): -13537793 or 16739633. OLE color: 16739633.

HSL color Cylindrical-coordinate representation of color #316DFF: hue angle of 222.52º 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 #316DFF is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 49 109 255 -
CMYK 0.81 0.57 0 0
HSL 222.52º 1% 0.6% -
HSV(B) 222.52º 0.81% 1% -
XYZ 24.79 18.81 96.93 -
YUV 107.7 211.12 86.13 -
System Red Green Blue C M Y K H S L
Decimal 49 109 255 0.81 0.57 0 0 222.52 1 0.6
Hex 31 6D FF 51 39 0 0 DF 64 3C
Octal 61 155 377 121 71 0 0 337 144 74
Binary 110001 1101101 11111111 1010001 111001 0 0 11011111 1100100 111100

Color Harmonies of #316DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316DFF

Black with #316DFF

Text Example


Text Example

White with #316DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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