Html Css Color HEX #316BE6 Royal Blue

📋 copy color: '#316BE6'

red 49 ◦ green 107 ◦ blue 230

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

Shades of Royal Blue #316BE6

Tints of Royal Blue #316BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 59.59%

R = 12.69%
G = 27.72%
B = 59.59%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#316BE6 (or 0x316BE6) is known color: Royal Blue. HEX triplet: 31, 6B and E6. RGB value is (49,107,230). Sum of RGB (Red+Green+Blue) = 49+107+230=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 230 (90.23% from 255 or 59.59% from 386); Max value from RGB is 230 - color contains mainly: blue. Hex color #316BE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316BE6 is #CE9419. Grayscale: #676767. Windows color (decimal): -13538330 or 15100721. OLE color: 15100721.

HSL color Cylindrical-coordinate representation of color #316BE6: hue angle of 220.77º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #316BE6 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 107 230 -
CMYK 0.79 0.53 0 0.10
HSL 220.77º 0.78% 0.55% -
HSV(B) 220.77º 0.79% 0.9% -
XYZ 20.81 16.88 77.02 -
YUV 103.68 199.28 89 -
System Red Green Blue C M Y K H S L
Decimal 49 107 230 0.79 0.53 0 0.10 220.77 0.78 0.55
Hex 31 6B E6 4F 35 0 A DD 4E 37
Octal 61 153 346 117 65 0 12 335 116 67
Binary 110001 1101011 11100110 1001111 110101 0 1010 11011101 1001110 110111

Color Harmonies of #316BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316BE6

Black with #316BE6

Text Example


Text Example

White with #316BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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