Html Css Color HEX #316BFB Royal Blue

📋 copy color: '#316BFB'

red 49 ◦ green 107 ◦ blue 251

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

Shades of Royal Blue #316BFB

Tints of Royal Blue #316BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.29%

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

R = 12.04%
G = 26.29%
B = 61.67%

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

#316BFB (or 0x316BFB) is known color: Royal Blue. HEX triplet: 31, 6B and FB. RGB value is (49,107,251). Sum of RGB (Red+Green+Blue) = 49+107+251=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #316BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316BFB is #CE9404. Grayscale: #696969. Windows color (decimal): -13538309 or 16476977. OLE color: 16476977.

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

Color convert

RGB 49 107 251 -
CMYK 0.80 0.57 0 0.02
HSL 222.77º 0.96% 0.59% -
HSV(B) 222.77º 0.8% 0.98% -
XYZ 23.94 18.13 93.51 -
YUV 106.07 209.78 87.29 -
System Red Green Blue C M Y K H S L
Decimal 49 107 251 0.80 0.57 0 0.02 222.77 0.96 0.59
Hex 31 6B FB 50 39 0 2 DF 60 3B
Octal 61 153 373 120 71 0 2 337 140 73
Binary 110001 1101011 11111011 1010000 111001 0 10 11011111 1100000 111011

Color Harmonies of #316BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316BFB

Black with #316BFB

Text Example


Text Example

White with #316BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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