Html Css Color HEX #316EE6 Royal Blue

📋 copy color: '#316EE6'

red 49 ◦ green 110 ◦ blue 230

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

Shades of Royal Blue #316EE6

Tints of Royal Blue #316EE6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.28%

 BLUE value IS 230 (90.23% from 255) = 59.13%

R = 12.6%
G = 28.28%
B = 59.13%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#316EE6 (or 0x316EE6) is known color: Royal Blue. HEX triplet: 31, 6E and E6. RGB value is (49,110,230). Sum of RGB (Red+Green+Blue) = 49+110+230=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 230 (90.23% from 255 or 59.13% from 389); Max value from RGB is 230 - color contains mainly: blue. Hex color #316EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316EE6 is #CE9119. Grayscale: #686868. Windows color (decimal): -13537562 or 15101489. OLE color: 15101489.

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

Color convert

RGB 49 110 230 -
CMYK 0.79 0.52 0 0.10
HSL 219.78º 0.78% 0.55% -
HSV(B) 219.78º 0.79% 0.9% -
XYZ 21.13 17.52 77.13 -
YUV 105.44 198.29 87.74 -
System Red Green Blue C M Y K H S L
Decimal 49 110 230 0.79 0.52 0 0.10 219.78 0.78 0.55
Hex 31 6E E6 4F 34 0 A DC 4E 37
Octal 61 156 346 117 64 0 12 334 116 67
Binary 110001 1101110 11100110 1001111 110100 0 1010 11011100 1001110 110111

Color Harmonies of #316EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316EE6

Black with #316EE6

Text Example


Text Example

White with #316EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,110,230); }

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

background-color css

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

 a { background-color: rgb(49,110,230); }

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

border-color css

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

 span { border-color: rgb(49,110,230); }

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