Html Css Color HEX #316AF6 Royal Blue

📋 copy color: '#316AF6'

red 49 ◦ green 106 ◦ blue 246

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

Shades of Royal Blue #316AF6

Tints of Royal Blue #316AF6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.43%

 BLUE value IS 246 (96.48% from 255) = 61.35%

R = 12.22%
G = 26.43%
B = 61.35%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#316AF6 (or 0x316AF6) is known color: Royal Blue. HEX triplet: 31, 6A and F6. RGB value is (49,106,246). Sum of RGB (Red+Green+Blue) = 49+106+246=401 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.22% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 246 (96.48% from 255 or 61.35% from 401); Max value from RGB is 246 - color contains mainly: blue. Hex color #316AF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316AF6 is #CE9509. Grayscale: #686868. Windows color (decimal): -13538570 or 16149041. OLE color: 16149041.

HSL color Cylindrical-coordinate representation of color #316AF6: hue angle of 222.64º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #316AF6 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 49 106 246 -
CMYK 0.80 0.57 0 0.04
HSL 222.64º 0.92% 0.58% -
HSV(B) 222.64º 0.8% 0.96% -
XYZ 23.06 17.61 89.37 -
YUV 104.92 207.62 88.12 -
System Red Green Blue C M Y K H S L
Decimal 49 106 246 0.80 0.57 0 0.04 222.64 0.92 0.58
Hex 31 6A F6 50 39 0 4 DF 5C 3A
Octal 61 152 366 120 71 0 4 337 134 72
Binary 110001 1101010 11110110 1010000 111001 0 100 11011111 1011100 111010

Color Harmonies of #316AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316AF6

Black with #316AF6

Text Example


Text Example

White with #316AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,106,246); }

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

background-color css

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

 a { background-color: rgb(49,106,246); }

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

border-color css

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

 span { border-color: rgb(49,106,246); }

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