Html Css Color HEX #316ED6 Royal Blue

📋 copy color: '#316ED6'

red 49 ◦ green 110 ◦ blue 214

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

Shades of Royal Blue #316ED6

Tints of Royal Blue #316ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 57.37%

R = 13.14%
G = 29.49%
B = 57.37%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#316ED6 (or 0x316ED6) is known color: Royal Blue. HEX triplet: 31, 6E and D6. RGB value is (49,110,214). Sum of RGB (Red+Green+Blue) = 49+110+214=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 214 (83.98% from 255 or 57.37% from 373); Max value from RGB is 214 - color contains mainly: blue. Hex color #316ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316ED6 is #CE9129. Grayscale: #676767. Windows color (decimal): -13537578 or 14052913. OLE color: 14052913.

HSL color Cylindrical-coordinate representation of color #316ED6: hue angle of 217.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #316ED6 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 110 214 -
CMYK 0.77 0.49 0 0.16
HSL 217.82º 0.67% 0.52% -
HSV(B) 217.82º 0.77% 0.84% -
XYZ 18.98 16.66 65.83 -
YUV 103.62 190.29 89.04 -
System Red Green Blue C M Y K H S L
Decimal 49 110 214 0.77 0.49 0 0.16 217.82 0.67 0.52
Hex 31 6E D6 4D 31 0 10 DA 43 34
Octal 61 156 326 115 61 0 20 332 103 64
Binary 110001 1101110 11010110 1001101 110001 0 10000 11011010 1000011 110100

Color Harmonies of #316ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316ED6

Black with #316ED6

Text Example


Text Example

White with #316ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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