Html Css Color HEX #316FE9 Royal Blue

📋 copy color: '#316FE9'

red 49 ◦ green 111 ◦ blue 233

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

Shades of Royal Blue #316FE9

Tints of Royal Blue #316FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 59.29%

R = 12.47%
G = 28.24%
B = 59.29%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#316FE9 (or 0x316FE9) is known color: Royal Blue. HEX triplet: 31, 6F and E9. RGB value is (49,111,233). Sum of RGB (Red+Green+Blue) = 49+111+233=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 233 (91.41% from 255 or 59.29% from 393); Max value from RGB is 233 - color contains mainly: blue. Hex color #316FE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316FE9 is #CE9016. Grayscale: #696969. Windows color (decimal): -13537303 or 15298353. OLE color: 15298353.

HSL color Cylindrical-coordinate representation of color #316FE9: hue angle of 219.78º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #316FE9 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 49 111 233 -
CMYK 0.79 0.52 0 0.09
HSL 219.78º 0.81% 0.55% -
HSV(B) 219.78º 0.79% 0.91% -
XYZ 21.66 17.91 79.41 -
YUV 106.37 199.46 87.08 -
System Red Green Blue C M Y K H S L
Decimal 49 111 233 0.79 0.52 0 0.09 219.78 0.81 0.55
Hex 31 6F E9 4F 34 0 9 DC 51 37
Octal 61 157 351 117 64 0 11 334 121 67
Binary 110001 1101111 11101001 1001111 110100 0 1001 11011100 1010001 110111

Color Harmonies of #316FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316FE9

Black with #316FE9

Text Example


Text Example

White with #316FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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