Html Css Color HEX #316AF9 Royal Blue

📋 copy color: '#316AF9'

red 49 ◦ green 106 ◦ blue 249

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

Shades of Royal Blue #316AF9

Tints of Royal Blue #316AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 61.63%

R = 12.13%
G = 26.24%
B = 61.63%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#316AF9 (or 0x316AF9) is known color: Royal Blue. HEX triplet: 31, 6A and F9. RGB value is (49,106,249). Sum of RGB (Red+Green+Blue) = 49+106+249=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 249 (97.66% from 255 or 61.63% from 404); Max value from RGB is 249 - color contains mainly: blue. Hex color #316AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316AF9 is #CE9506. Grayscale: #686868. Windows color (decimal): -13538567 or 16345649. OLE color: 16345649.

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

Color convert

RGB 49 106 249 -
CMYK 0.80 0.57 0 0.02
HSL 222.9º 0.94% 0.58% -
HSV(B) 222.9º 0.8% 0.98% -
XYZ 23.52 17.8 91.82 -
YUV 105.26 209.12 87.87 -
System Red Green Blue C M Y K H S L
Decimal 49 106 249 0.80 0.57 0 0.02 222.9 0.94 0.58
Hex 31 6A F9 50 39 0 2 DF 5E 3A
Octal 61 152 371 120 71 0 2 337 136 72
Binary 110001 1101010 11111001 1010000 111001 0 10 11011111 1011110 111010

Color Harmonies of #316AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316AF9

Black with #316AF9

Text Example


Text Example

White with #316AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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