Html Css Color HEX #316CFF Royal Blue

📋 copy color: '#316CFF'

red 49 ◦ green 108 ◦ blue 255

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

Shades of Royal Blue #316CFF

Tints of Royal Blue #316CFF

RGB

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

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

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

R = 11.89%
G = 26.21%
B = 61.89%

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

#316CFF (or 0x316CFF) is known color: Royal Blue. HEX triplet: 31, 6C and FF. RGB value is (49,108,255). Sum of RGB (Red+Green+Blue) = 49+108+255=412 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.89% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #316CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316CFF is #CE9300. Grayscale: #6A6A6A. Windows color (decimal): -13538049 or 16739377. OLE color: 16739377.

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

Color convert

RGB 49 108 255 -
CMYK 0.81 0.58 0 0
HSL 222.82º 1% 0.6% -
HSV(B) 222.82º 0.81% 1% -
XYZ 24.68 18.6 96.9 -
YUV 107.12 211.45 86.55 -
System Red Green Blue C M Y K H S L
Decimal 49 108 255 0.81 0.58 0 0 222.82 1 0.6
Hex 31 6C FF 51 3A 0 0 DF 64 3C
Octal 61 154 377 121 72 0 0 337 144 74
Binary 110001 1101100 11111111 1010001 111010 0 0 11011111 1100100 111100

Color Harmonies of #316CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CFF

Black with #316CFF

Text Example


Text Example

White with #316CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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