Html Css Color HEX #316FFB Royal Blue

📋 copy color: '#316FFB'

red 49 ◦ green 111 ◦ blue 251

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

Shades of Royal Blue #316FFB

Tints of Royal Blue #316FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.01%

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

R = 11.92%
G = 27.01%
B = 61.07%

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

#316FFB (or 0x316FFB) is known color: Royal Blue. HEX triplet: 31, 6F and FB. RGB value is (49,111,251). Sum of RGB (Red+Green+Blue) = 49+111+251=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #316FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316FFB is #CE9004. Grayscale: #6B6B6B. Windows color (decimal): -13537285 or 16478001. OLE color: 16478001.

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

Color convert

RGB 49 111 251 -
CMYK 0.80 0.56 0 0.02
HSL 221.58º 0.96% 0.59% -
HSV(B) 221.58º 0.8% 0.98% -
XYZ 24.36 18.99 93.65 -
YUV 108.42 208.46 85.62 -
System Red Green Blue C M Y K H S L
Decimal 49 111 251 0.80 0.56 0 0.02 221.58 0.96 0.59
Hex 31 6F FB 50 38 0 2 DE 60 3B
Octal 61 157 373 120 70 0 2 336 140 73
Binary 110001 1101111 11111011 1010000 111000 0 10 11011110 1100000 111011

Color Harmonies of #316FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316FFB

Black with #316FFB

Text Example


Text Example

White with #316FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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