Html Css Color HEX #3170F3 Royal Blue

📋 copy color: '#3170F3'

red 49 ◦ green 112 ◦ blue 243

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

Shades of Royal Blue #3170F3

Tints of Royal Blue #3170F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 60.15%

R = 12.13%
G = 27.72%
B = 60.15%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3170F3 (or 0x3170F3) is known color: Royal Blue. HEX triplet: 31, 70 and F3. RGB value is (49,112,243). Sum of RGB (Red+Green+Blue) = 49+112+243=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 243 (95.31% from 255 or 60.15% from 404); Max value from RGB is 243 - color contains mainly: blue. Hex color #3170F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3170F3 is #CE8F0C. Grayscale: #6B6B6B. Windows color (decimal): -13537037 or 15953969. OLE color: 15953969.

HSL color Cylindrical-coordinate representation of color #3170F3: hue angle of 220.52º degrees, saturation: 0.89, 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 #3170F3 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 112 243 -
CMYK 0.80 0.54 0 0.05
HSL 220.52º 0.89% 0.57% -
HSV(B) 220.52º 0.8% 0.95% -
XYZ 23.24 18.71 87.18 -
YUV 108.1 204.13 85.85 -
System Red Green Blue C M Y K H S L
Decimal 49 112 243 0.80 0.54 0 0.05 220.52 0.89 0.57
Hex 31 70 F3 50 36 0 5 DD 59 39
Octal 61 160 363 120 66 0 5 335 131 71
Binary 110001 1110000 11110011 1010000 110110 0 101 11011101 1011001 111001

Color Harmonies of #3170F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3170F3

Black with #3170F3

Text Example


Text Example

White with #3170F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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