Html Css Color HEX #316FE2 Royal Blue

📋 copy color: '#316FE2'

red 49 ◦ green 111 ◦ blue 226

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

Shades of Royal Blue #316FE2

Tints of Royal Blue #316FE2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.76%

 BLUE value IS 226 (88.67% from 255) = 58.55%

R = 12.69%
G = 28.76%
B = 58.55%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#316FE2 (or 0x316FE2) is known color: Royal Blue. HEX triplet: 31, 6F and E2. RGB value is (49,111,226). Sum of RGB (Red+Green+Blue) = 49+111+226=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 226 (88.67% from 255 or 58.55% from 386); Max value from RGB is 226 - color contains mainly: blue. Hex color #316FE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316FE2 is #CE901D. Grayscale: #696969. Windows color (decimal): -13537310 or 14839601. OLE color: 14839601.

HSL color Cylindrical-coordinate representation of color #316FE2: hue angle of 218.98º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #316FE2 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 49 111 226 -
CMYK 0.78 0.51 0 0.11
HSL 218.98º 0.75% 0.54% -
HSV(B) 218.98º 0.78% 0.89% -
XYZ 20.68 17.51 74.24 -
YUV 105.57 195.96 87.65 -
System Red Green Blue C M Y K H S L
Decimal 49 111 226 0.78 0.51 0 0.11 218.98 0.75 0.54
Hex 31 6F E2 4E 33 0 B DB 4B 36
Octal 61 157 342 116 63 0 13 333 113 66
Binary 110001 1101111 11100010 1001110 110011 0 1011 11011011 1001011 110110

Color Harmonies of #316FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316FE2

Black with #316FE2

Text Example


Text Example

White with #316FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,111,226); }

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

background-color css

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

 a { background-color: rgb(49,111,226); }

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

border-color css

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

 span { border-color: rgb(49,111,226); }

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