Html Css Color HEX #316DFE Royal Blue

📋 copy color: '#316DFE'

red 49 ◦ green 109 ◦ blue 254

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

Shades of Royal Blue #316DFE

Tints of Royal Blue #316DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.65%

R = 11.89%
G = 26.46%
B = 61.65%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#316DFE (or 0x316DFE) is known color: Royal Blue. HEX triplet: 31, 6D and FE. RGB value is (49,109,254). Sum of RGB (Red+Green+Blue) = 49+109+254=412 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.89% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #316DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316DFE is #CE9201. Grayscale: #6A6A6A. Windows color (decimal): -13537794 or 16674097. OLE color: 16674097.

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

Color convert

RGB 49 109 254 -
CMYK 0.81 0.57 0 0.00
HSL 222.44º 0.99% 0.59% -
HSV(B) 222.44º 0.81% 1% -
XYZ 24.62 18.75 96.09 -
YUV 107.59 210.62 86.21 -
System Red Green Blue C M Y K H S L
Decimal 49 109 254 0.81 0.57 0 0.00 222.44 0.99 0.59
Hex 31 6D FE 51 39 0 0 DE 63 3B
Octal 61 155 376 121 71 0 0 336 143 73
Binary 110001 1101101 11111110 1010001 111001 0 0 11011110 1100011 111011

Color Harmonies of #316DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316DFE

Black with #316DFE

Text Example


Text Example

White with #316DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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