Html Css Color HEX #316EDE Royal Blue

📋 copy color: '#316EDE'

red 49 ◦ green 110 ◦ blue 222

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

Shades of Royal Blue #316EDE

Tints of Royal Blue #316EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.27%

R = 12.86%
G = 28.87%
B = 58.27%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#316EDE (or 0x316EDE) is known color: Royal Blue. HEX triplet: 31, 6E and DE. RGB value is (49,110,222). Sum of RGB (Red+Green+Blue) = 49+110+222=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #316EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316EDE is #CE9121. Grayscale: #686868. Windows color (decimal): -13537570 or 14577201. OLE color: 14577201.

HSL color Cylindrical-coordinate representation of color #316EDE: hue angle of 218.84º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #316EDE is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 110 222 -
CMYK 0.78 0.50 0 0.13
HSL 218.84º 0.72% 0.53% -
HSV(B) 218.84º 0.78% 0.87% -
XYZ 20.03 17.08 71.35 -
YUV 104.53 194.29 88.39 -
System Red Green Blue C M Y K H S L
Decimal 49 110 222 0.78 0.50 0 0.13 218.84 0.72 0.53
Hex 31 6E DE 4E 32 0 D DB 48 35
Octal 61 156 336 116 62 0 15 333 110 65
Binary 110001 1101110 11011110 1001110 110010 0 1101 11011011 1001000 110101

Color Harmonies of #316EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316EDE

Black with #316EDE

Text Example


Text Example

White with #316EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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