Html Css Color HEX #316FD1 Royal Blue

📋 copy color: '#316FD1'

red 49 ◦ green 111 ◦ blue 209

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

Shades of Royal Blue #316FD1

Tints of Royal Blue #316FD1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.08%

 BLUE value IS 209 (82.03% from 255) = 56.64%

R = 13.28%
G = 30.08%
B = 56.64%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#316FD1 (or 0x316FD1) is known color: Royal Blue. HEX triplet: 31, 6F and D1. RGB value is (49,111,209). Sum of RGB (Red+Green+Blue) = 49+111+209=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 209 (82.03% from 255 or 56.64% from 369); Max value from RGB is 209 - color contains mainly: blue. Hex color #316FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316FD1 is #CE902E. Grayscale: #676767. Windows color (decimal): -13537327 or 13725489. OLE color: 13725489.

HSL color Cylindrical-coordinate representation of color #316FD1: hue angle of 216.75º degrees, saturation: 0.63, 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 #316FD1 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 111 209 -
CMYK 0.77 0.47 0 0.18
HSL 216.75º 0.63% 0.51% -
HSV(B) 216.75º 0.77% 0.82% -
XYZ 18.46 16.63 62.56 -
YUV 103.63 187.46 89.03 -
System Red Green Blue C M Y K H S L
Decimal 49 111 209 0.77 0.47 0 0.18 216.75 0.63 0.51
Hex 31 6F D1 4D 2F 0 12 D9 3F 33
Octal 61 157 321 115 57 0 22 331 77 63
Binary 110001 1101111 11010001 1001101 101111 0 10010 11011001 111111 110011

Color Harmonies of #316FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316FD1

Black with #316FD1

Text Example


Text Example

White with #316FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,111,209); }

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

background-color css

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

 a { background-color: rgb(49,111,209); }

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

border-color css

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

 span { border-color: rgb(49,111,209); }

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