Html Css Color HEX #316DCF Royal Blue

📋 copy color: '#316DCF'

red 49 ◦ green 109 ◦ blue 207

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

Shades of Royal Blue #316DCF

Tints of Royal Blue #316DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.86%

 BLUE value IS 207 (81.25% from 255) = 56.71%

R = 13.42%
G = 29.86%
B = 56.71%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#316DCF (or 0x316DCF) is known color: Royal Blue. HEX triplet: 31, 6D and CF. RGB value is (49,109,207). Sum of RGB (Red+Green+Blue) = 49+109+207=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #316DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316DCF is #CE9230. Grayscale: #656565. Windows color (decimal): -13537841 or 13593905. OLE color: 13593905.

HSL color Cylindrical-coordinate representation of color #316DCF: hue angle of 217.22º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #316DCF is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 109 207 -
CMYK 0.76 0.47 0 0.19
HSL 217.22º 0.62% 0.5% -
HSV(B) 217.22º 0.76% 0.81% -
XYZ 18 16.1 61.19 -
YUV 102.23 187.12 90.03 -
System Red Green Blue C M Y K H S L
Decimal 49 109 207 0.76 0.47 0 0.19 217.22 0.62 0.5
Hex 31 6D CF 4C 2F 0 13 D9 3E 32
Octal 61 155 317 114 57 0 23 331 76 62
Binary 110001 1101101 11001111 1001100 101111 0 10011 11011001 111110 110010

Color Harmonies of #316DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316DCF

Black with #316DCF

Text Example


Text Example

White with #316DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,109,207); }

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

background-color css

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

 a { background-color: rgb(49,109,207); }

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

border-color css

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

 span { border-color: rgb(49,109,207); }

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