Html Css Color HEX #316BFF Royal Blue

📋 copy color: '#316BFF'

red 49 ◦ green 107 ◦ blue 255

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

Shades of Royal Blue #316BFF

Tints of Royal Blue #316BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.03%

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

R = 11.92%
G = 26.03%
B = 62.04%

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

#316BFF (or 0x316BFF) is known color: Royal Blue. HEX triplet: 31, 6B and FF. RGB value is (49,107,255). Sum of RGB (Red+Green+Blue) = 49+107+255=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #316BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316BFF is #CE9400. Grayscale: #696969. Windows color (decimal): -13538305 or 16739121. OLE color: 16739121.

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

Color convert

RGB 49 107 255 -
CMYK 0.81 0.58 0 0
HSL 223.11º 1% 0.6% -
HSV(B) 223.11º 0.81% 1% -
XYZ 24.57 18.39 96.86 -
YUV 106.53 211.78 86.97 -
System Red Green Blue C M Y K H S L
Decimal 49 107 255 0.81 0.58 0 0 223.11 1 0.6
Hex 31 6B FF 51 3A 0 0 DF 64 3C
Octal 61 153 377 121 72 0 0 337 144 74
Binary 110001 1101011 11111111 1010001 111010 0 0 11011111 1100100 111100

Color Harmonies of #316BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316BFF

Black with #316BFF

Text Example


Text Example

White with #316BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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