Html Css Color HEX #316AF2 Royal Blue

📋 copy color: '#316AF2'

red 49 ◦ green 106 ◦ blue 242

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

Shades of Royal Blue #316AF2

Tints of Royal Blue #316AF2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

 BLUE value IS 242 (94.92% from 255) = 60.96%

R = 12.34%
G = 26.7%
B = 60.96%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#316AF2 (or 0x316AF2) is known color: Royal Blue. HEX triplet: 31, 6A and F2. RGB value is (49,106,242). Sum of RGB (Red+Green+Blue) = 49+106+242=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 242 (94.92% from 255 or 60.96% from 397); Max value from RGB is 242 - color contains mainly: blue. Hex color #316AF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316AF2 is #CE950D. Grayscale: #676767. Windows color (decimal): -13538574 or 15886897. OLE color: 15886897.

HSL color Cylindrical-coordinate representation of color #316AF2: hue angle of 222.28º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #316AF2 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 106 242 -
CMYK 0.80 0.56 0 0.05
HSL 222.28º 0.88% 0.57% -
HSV(B) 222.28º 0.8% 0.95% -
XYZ 22.45 17.37 86.17 -
YUV 104.46 205.62 88.44 -
System Red Green Blue C M Y K H S L
Decimal 49 106 242 0.80 0.56 0 0.05 222.28 0.88 0.57
Hex 31 6A F2 50 38 0 5 DE 58 39
Octal 61 152 362 120 70 0 5 336 130 71
Binary 110001 1101010 11110010 1010000 111000 0 101 11011110 1011000 111001

Color Harmonies of #316AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316AF2

Black with #316AF2

Text Example


Text Example

White with #316AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,106,242); }

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

background-color css

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

 a { background-color: rgb(49,106,242); }

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

border-color css

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

 span { border-color: rgb(49,106,242); }

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