Html Css Color HEX #3171FE Royal Blue

📋 copy color: '#3171FE'

red 49 ◦ green 113 ◦ blue 254

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

Shades of Royal Blue #3171FE

Tints of Royal Blue #3171FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.16%

 BLUE value IS 254 (99.61% from 255) = 61.06%

R = 11.78%
G = 27.16%
B = 61.06%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3171FE (or 0x3171FE) is known color: Royal Blue. HEX triplet: 31, 71 and FE. RGB value is (49,113,254). Sum of RGB (Red+Green+Blue) = 49+113+254=416 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.78% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #3171FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3171FE is #CE8E01. Grayscale: #6D6D6D. Windows color (decimal): -13536770 or 16675121. OLE color: 16675121.

HSL color Cylindrical-coordinate representation of color #3171FE: hue angle of 221.27º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3171FE is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 49 113 254 -
CMYK 0.81 0.56 0 0.00
HSL 221.27º 0.99% 0.59% -
HSV(B) 221.27º 0.81% 1% -
XYZ 25.06 19.62 96.23 -
YUV 109.94 209.3 84.54 -
System Red Green Blue C M Y K H S L
Decimal 49 113 254 0.81 0.56 0 0.00 221.27 0.99 0.59
Hex 31 71 FE 51 38 0 0 DD 63 3B
Octal 61 161 376 121 70 0 0 335 143 73
Binary 110001 1110001 11111110 1010001 111000 0 0 11011101 1100011 111011

Color Harmonies of #3171FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3171FE

Black with #3171FE

Text Example


Text Example

White with #3171FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3171FE; }

 p { color: rgb(49,113,254); }

 H1.HeaderClassName
 {
   color: #3171FE;
 }
 .AnyTagClassName
 {
   color: #3171FE;
 }
</style>

background-color css

<style>
 a { background-color: #3171FE; }

 a { background-color: rgb(49,113,254); }

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

border-color css

<style>
 span { border-color: #3171FE; }

 span { border-color: rgb(49,113,254); }

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