Html Css Color HEX #3170FF Royal Blue

📋 copy color: '#3170FF'

red 49 ◦ green 112 ◦ blue 255

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

Shades of Royal Blue #3170FF

Tints of Royal Blue #3170FF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.92%

 BLUE value IS 255 (100% from 255) = 61.3%

R = 11.78%
G = 26.92%
B = 61.3%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3170FF (or 0x3170FF) is known color: Royal Blue. HEX triplet: 31, 70 and FF. RGB value is (49,112,255). Sum of RGB (Red+Green+Blue) = 49+112+255=416 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.78% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #3170FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3170FF is #CE8F00. Grayscale: #6C6C6C. Windows color (decimal): -13537025 or 16740401. OLE color: 16740401.

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

Color convert

RGB 49 112 255 -
CMYK 0.81 0.56 0 0
HSL 221.65º 1% 0.6% -
HSV(B) 221.65º 0.81% 1% -
XYZ 25.11 19.46 97.04 -
YUV 109.47 210.13 84.87 -
System Red Green Blue C M Y K H S L
Decimal 49 112 255 0.81 0.56 0 0 221.65 1 0.6
Hex 31 70 FF 51 38 0 0 DE 64 3C
Octal 61 160 377 121 70 0 0 336 144 74
Binary 110001 1110000 11111111 1010001 111000 0 0 11011110 1100100 111100

Color Harmonies of #3170FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3170FF

Black with #3170FF

Text Example


Text Example

White with #3170FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3170FF; }

 p { color: rgb(49,112,255); }

 H1.HeaderClassName
 {
   color: #3170FF;
 }
 .AnyTagClassName
 {
   color: #3170FF;
 }
</style>

background-color css

<style>
 a { background-color: #3170FF; }

 a { background-color: rgb(49,112,255); }

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

border-color css

<style>
 span { border-color: #3170FF; }

 span { border-color: rgb(49,112,255); }

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