Html Css Color HEX #316EFB Royal Blue

📋 copy color: '#316EFB'

red 49 ◦ green 110 ◦ blue 251

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

Shades of Royal Blue #316EFB

Tints of Royal Blue #316EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.83%

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

R = 11.95%
G = 26.83%
B = 61.22%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#316EFB (or 0x316EFB) is known color: Royal Blue. HEX triplet: 31, 6E and FB. RGB value is (49,110,251). Sum of RGB (Red+Green+Blue) = 49+110+251=410 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.95% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #316EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316EFB is #CE9104. Grayscale: #6B6B6B. Windows color (decimal): -13537541 or 16477745. OLE color: 16477745.

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

Color convert

RGB 49 110 251 -
CMYK 0.80 0.56 0 0.02
HSL 221.88º 0.96% 0.59% -
HSV(B) 221.88º 0.8% 0.98% -
XYZ 24.26 18.77 93.61 -
YUV 107.84 208.79 86.04 -
System Red Green Blue C M Y K H S L
Decimal 49 110 251 0.80 0.56 0 0.02 221.88 0.96 0.59
Hex 31 6E FB 50 38 0 2 DE 60 3B
Octal 61 156 373 120 70 0 2 336 140 73
Binary 110001 1101110 11111011 1010000 111000 0 10 11011110 1100000 111011

Color Harmonies of #316EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316EFB

Black with #316EFB

Text Example


Text Example

White with #316EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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