Html Css Color HEX #316CFE Royal Blue

📋 copy color: '#316CFE'

red 49 ◦ green 108 ◦ blue 254

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

Shades of Royal Blue #316CFE

Tints of Royal Blue #316CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.28%

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

R = 11.92%
G = 26.28%
B = 61.8%

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

#316CFE (or 0x316CFE) is known color: Royal Blue. HEX triplet: 31, 6C and FE. RGB value is (49,108,254). Sum of RGB (Red+Green+Blue) = 49+108+254=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #316CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316CFE is #CE9301. Grayscale: #6A6A6A. Windows color (decimal): -13538050 or 16673841. OLE color: 16673841.

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

Color convert

RGB 49 108 254 -
CMYK 0.81 0.57 0 0.00
HSL 222.73º 0.99% 0.59% -
HSV(B) 222.73º 0.81% 1% -
XYZ 24.52 18.53 96.05 -
YUV 107 210.95 86.63 -
System Red Green Blue C M Y K H S L
Decimal 49 108 254 0.81 0.57 0 0.00 222.73 0.99 0.59
Hex 31 6C FE 51 39 0 0 DF 63 3B
Octal 61 154 376 121 71 0 0 337 143 73
Binary 110001 1101100 11111110 1010001 111001 0 0 11011111 1100011 111011

Color Harmonies of #316CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CFE

Black with #316CFE

Text Example


Text Example

White with #316CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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