Html Css Color HEX #316EEE Royal Blue

📋 copy color: '#316EEE'

red 49 ◦ green 110 ◦ blue 238

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

Shades of Royal Blue #316EEE

Tints of Royal Blue #316EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.95%

R = 12.34%
G = 27.71%
B = 59.95%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#316EEE (or 0x316EEE) is known color: Royal Blue. HEX triplet: 31, 6E and EE. RGB value is (49,110,238). Sum of RGB (Red+Green+Blue) = 49+110+238=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #316EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316EEE is #CE9111. Grayscale: #696969. Windows color (decimal): -13537554 or 15625777. OLE color: 15625777.

HSL color Cylindrical-coordinate representation of color #316EEE: hue angle of 220.63º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #316EEE is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 110 238 -
CMYK 0.79 0.54 0 0.07
HSL 220.63º 0.85% 0.56% -
HSV(B) 220.63º 0.79% 0.93% -
XYZ 22.28 17.98 83.18 -
YUV 106.35 202.29 87.09 -
System Red Green Blue C M Y K H S L
Decimal 49 110 238 0.79 0.54 0 0.07 220.63 0.85 0.56
Hex 31 6E EE 4F 36 0 7 DD 55 38
Octal 61 156 356 117 66 0 7 335 125 70
Binary 110001 1101110 11101110 1001111 110110 0 111 11011101 1010101 111000

Color Harmonies of #316EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316EEE

Black with #316EEE

Text Example


Text Example

White with #316EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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