Html Css Color HEX #316CDF Royal Blue

📋 copy color: '#316CDF'

red 49 ◦ green 108 ◦ blue 223

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

Shades of Royal Blue #316CDF

Tints of Royal Blue #316CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.42%

 BLUE value IS 223 (87.5% from 255) = 58.68%

R = 12.89%
G = 28.42%
B = 58.68%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#316CDF (or 0x316CDF) is known color: Royal Blue. HEX triplet: 31, 6C and DF. RGB value is (49,108,223). Sum of RGB (Red+Green+Blue) = 49+108+223=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #316CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316CDF is #CE9320. Grayscale: #666666. Windows color (decimal): -13538081 or 14642225. OLE color: 14642225.

HSL color Cylindrical-coordinate representation of color #316CDF: hue angle of 219.66º degrees, saturation: 0.73, 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 #316CDF is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 108 223 -
CMYK 0.78 0.52 0 0.13
HSL 219.66º 0.73% 0.53% -
HSV(B) 219.66º 0.78% 0.87% -
XYZ 19.95 16.71 71.99 -
YUV 103.47 195.45 89.15 -
System Red Green Blue C M Y K H S L
Decimal 49 108 223 0.78 0.52 0 0.13 219.66 0.73 0.53
Hex 31 6C DF 4E 34 0 D DC 49 35
Octal 61 154 337 116 64 0 15 334 111 65
Binary 110001 1101100 11011111 1001110 110100 0 1101 11011100 1001001 110101

Color Harmonies of #316CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CDF

Black with #316CDF

Text Example


Text Example

White with #316CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,108,223); }

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

background-color css

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

 a { background-color: rgb(49,108,223); }

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

border-color css

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

 span { border-color: rgb(49,108,223); }

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