Html Css Color HEX #316EED Royal Blue

📋 copy color: '#316EED'

red 49 ◦ green 110 ◦ blue 237

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

Shades of Royal Blue #316EED

Tints of Royal Blue #316EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.85%

R = 12.37%
G = 27.78%
B = 59.85%

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

#316EED (or 0x316EED) is known color: Royal Blue. HEX triplet: 31, 6E and ED. RGB value is (49,110,237). Sum of RGB (Red+Green+Blue) = 49+110+237=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #316EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316EED is #CE9112. Grayscale: #696969. Windows color (decimal): -13537555 or 15560241. OLE color: 15560241.

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

Color convert

RGB 49 110 237 -
CMYK 0.79 0.54 0 0.07
HSL 220.53º 0.84% 0.56% -
HSV(B) 220.53º 0.79% 0.93% -
XYZ 22.13 17.92 82.41 -
YUV 106.24 201.79 87.17 -
System Red Green Blue C M Y K H S L
Decimal 49 110 237 0.79 0.54 0 0.07 220.53 0.84 0.56
Hex 31 6E ED 4F 36 0 7 DD 54 38
Octal 61 156 355 117 66 0 7 335 124 70
Binary 110001 1101110 11101101 1001111 110110 0 111 11011101 1010100 111000

Color Harmonies of #316EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316EED

Black with #316EED

Text Example


Text Example

White with #316EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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