Html Css Color HEX #316CE9 Royal Blue

📋 copy color: '#316CE9'

red 49 ◦ green 108 ◦ blue 233

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

Shades of Royal Blue #316CE9

Tints of Royal Blue #316CE9

RGB

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

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

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

R = 12.56%
G = 27.69%
B = 59.74%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#316CE9 (or 0x316CE9) is known color: Royal Blue. HEX triplet: 31, 6C and E9. RGB value is (49,108,233). Sum of RGB (Red+Green+Blue) = 49+108+233=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 233 (91.41% from 255 or 59.74% from 390); Max value from RGB is 233 - color contains mainly: blue. Hex color #316CE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316CE9 is #CE9316. Grayscale: #686868. Windows color (decimal): -13538071 or 15297585. OLE color: 15297585.

HSL color Cylindrical-coordinate representation of color #316CE9: hue angle of 220.76º 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 #316CE9 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 49 108 233 -
CMYK 0.79 0.54 0 0.09
HSL 220.76º 0.81% 0.55% -
HSV(B) 220.76º 0.79% 0.91% -
XYZ 21.34 17.26 79.3 -
YUV 104.61 200.45 88.34 -
System Red Green Blue C M Y K H S L
Decimal 49 108 233 0.79 0.54 0 0.09 220.76 0.81 0.55
Hex 31 6C E9 4F 36 0 9 DD 51 37
Octal 61 154 351 117 66 0 11 335 121 67
Binary 110001 1101100 11101001 1001111 110110 0 1001 11011101 1010001 110111

Color Harmonies of #316CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CE9

Black with #316CE9

Text Example


Text Example

White with #316CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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