Html Css Color HEX #316AFB Royal Blue

📋 copy color: '#316AFB'

red 49 ◦ green 106 ◦ blue 251

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

Shades of Royal Blue #316AFB

Tints of Royal Blue #316AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.82%

R = 12.07%
G = 26.11%
B = 61.82%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#316AFB (or 0x316AFB) is known color: Royal Blue. HEX triplet: 31, 6A and FB. RGB value is (49,106,251). Sum of RGB (Red+Green+Blue) = 49+106+251=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #316AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316AFB is #CE9504. Grayscale: #686868. Windows color (decimal): -13538565 or 16476721. OLE color: 16476721.

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

Color convert

RGB 49 106 251 -
CMYK 0.80 0.58 0 0.02
HSL 223.07º 0.96% 0.59% -
HSV(B) 223.07º 0.8% 0.98% -
XYZ 23.83 17.93 93.47 -
YUV 105.49 210.12 87.71 -
System Red Green Blue C M Y K H S L
Decimal 49 106 251 0.80 0.58 0 0.02 223.07 0.96 0.59
Hex 31 6A FB 50 3A 0 2 DF 60 3B
Octal 61 152 373 120 72 0 2 337 140 73
Binary 110001 1101010 11111011 1010000 111010 0 10 11011111 1100000 111011

Color Harmonies of #316AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316AFB

Black with #316AFB

Text Example


Text Example

White with #316AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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