Html Css Color HEX #315CF1 Royal Blue

📋 copy color: '#315CF1'

red 49 ◦ green 92 ◦ blue 241

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

Shades of Royal Blue #315CF1

Tints of Royal Blue #315CF1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.08%

 BLUE value IS 241 (94.53% from 255) = 63.09%

R = 12.83%
G = 24.08%
B = 63.09%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#315CF1 (or 0x315CF1) is known color: Royal Blue. HEX triplet: 31, 5C and F1. RGB value is (49,92,241). Sum of RGB (Red+Green+Blue) = 49+92+241=382 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.83% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 241 (94.53% from 255 or 63.09% from 382); Max value from RGB is 241 - color contains mainly: blue. Hex color #315CF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315CF1 is #CEA30E. Grayscale: #5F5F5F. Windows color (decimal): -13542159 or 15817777. OLE color: 15817777.

HSL color Cylindrical-coordinate representation of color #315CF1: hue angle of 226.56º degrees, saturation: 0.87, 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 #315CF1 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 92 241 -
CMYK 0.80 0.62 0 0.05
HSL 226.56º 0.87% 0.57% -
HSV(B) 226.56º 0.8% 0.95% -
XYZ 20.97 14.66 84.94 -
YUV 96.13 209.75 94.38 -
System Red Green Blue C M Y K H S L
Decimal 49 92 241 0.80 0.62 0 0.05 226.56 0.87 0.57
Hex 31 5C F1 50 3E 0 5 E3 57 39
Octal 61 134 361 120 76 0 5 343 127 71
Binary 110001 1011100 11110001 1010000 111110 0 101 11100011 1010111 111001

Color Harmonies of #315CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315CF1

Black with #315CF1

Text Example


Text Example

White with #315CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315CF1; }

 p { color: rgb(49,92,241); }

 H1.HeaderClassName
 {
   color: #315CF1;
 }
 .AnyTagClassName
 {
   color: #315CF1;
 }
</style>

background-color css

<style>
 a { background-color: #315CF1; }

 a { background-color: rgb(49,92,241); }

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

border-color css

<style>
 span { border-color: #315CF1; }

 span { border-color: rgb(49,92,241); }

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