Html Css Color HEX #316EEB Royal Blue

📋 copy color: '#316EEB'

red 49 ◦ green 110 ◦ blue 235

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

Shades of Royal Blue #316EEB

Tints of Royal Blue #316EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.64%

R = 12.44%
G = 27.92%
B = 59.64%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#316EEB (or 0x316EEB) is known color: Royal Blue. HEX triplet: 31, 6E and EB. RGB value is (49,110,235). Sum of RGB (Red+Green+Blue) = 49+110+235=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #316EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316EEB is #CE9114. Grayscale: #696969. Windows color (decimal): -13537557 or 15429169. OLE color: 15429169.

HSL color Cylindrical-coordinate representation of color #316EEB: hue angle of 220.32º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #316EEB is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 110 235 -
CMYK 0.79 0.53 0 0.08
HSL 220.32º 0.82% 0.56% -
HSV(B) 220.32º 0.79% 0.92% -
XYZ 21.84 17.8 80.88 -
YUV 106.01 200.79 87.34 -
System Red Green Blue C M Y K H S L
Decimal 49 110 235 0.79 0.53 0 0.08 220.32 0.82 0.56
Hex 31 6E EB 4F 35 0 8 DC 52 38
Octal 61 156 353 117 65 0 10 334 122 70
Binary 110001 1101110 11101011 1001111 110101 0 1000 11011100 1010010 111000

Color Harmonies of #316EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316EEB

Black with #316EEB

Text Example


Text Example

White with #316EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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