Html Css Color HEX #316ED2 Royal Blue

📋 copy color: '#316ED2'

red 49 ◦ green 110 ◦ blue 210

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

Shades of Royal Blue #316ED2

Tints of Royal Blue #316ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 56.91%

R = 13.28%
G = 29.81%
B = 56.91%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#316ED2 (or 0x316ED2) is known color: Royal Blue. HEX triplet: 31, 6E and D2. RGB value is (49,110,210). Sum of RGB (Red+Green+Blue) = 49+110+210=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 210 (82.42% from 255 or 56.91% from 369); Max value from RGB is 210 - color contains mainly: blue. Hex color #316ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316ED2 is #CE912D. Grayscale: #666666. Windows color (decimal): -13537582 or 13790769. OLE color: 13790769.

HSL color Cylindrical-coordinate representation of color #316ED2: hue angle of 217.27º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #316ED2 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 110 210 -
CMYK 0.77 0.48 0 0.18
HSL 217.27º 0.64% 0.51% -
HSV(B) 217.27º 0.77% 0.82% -
XYZ 18.48 16.46 63.18 -
YUV 103.16 188.29 89.37 -
System Red Green Blue C M Y K H S L
Decimal 49 110 210 0.77 0.48 0 0.18 217.27 0.64 0.51
Hex 31 6E D2 4D 30 0 12 D9 40 33
Octal 61 156 322 115 60 0 22 331 100 63
Binary 110001 1101110 11010010 1001101 110000 0 10010 11011001 1000000 110011

Color Harmonies of #316ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316ED2

Black with #316ED2

Text Example


Text Example

White with #316ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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