Html Css Color HEX #315BFA Royal Blue

📋 copy color: '#315BFA'

red 49 ◦ green 91 ◦ blue 250

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

Shades of Royal Blue #315BFA

Tints of Royal Blue #315BFA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.33%

 BLUE value IS 250 (98.05% from 255) = 64.1%

R = 12.56%
G = 23.33%
B = 64.1%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#315BFA (or 0x315BFA) is known color: Royal Blue. HEX triplet: 31, 5B and FA. RGB value is (49,91,250). Sum of RGB (Red+Green+Blue) = 49+91+250=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #315BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315BFA is #CEA405. Grayscale: #5F5F5F. Windows color (decimal): -13542406 or 16407345. OLE color: 16407345.

HSL color Cylindrical-coordinate representation of color #315BFA: hue angle of 227.46º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #315BFA is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 91 250 -
CMYK 0.80 0.64 0 0.02
HSL 227.46º 0.95% 0.59% -
HSV(B) 227.46º 0.8% 0.98% -
XYZ 22.26 15.04 92.17 -
YUV 96.57 214.59 94.07 -
System Red Green Blue C M Y K H S L
Decimal 49 91 250 0.80 0.64 0 0.02 227.46 0.95 0.59
Hex 31 5B FA 50 40 0 2 E3 5F 3B
Octal 61 133 372 120 100 0 2 343 137 73
Binary 110001 1011011 11111010 1010000 1000000 0 10 11100011 1011111 111011

Color Harmonies of #315BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315BFA

Black with #315BFA

Text Example


Text Example

White with #315BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,91,250); }

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

background-color css

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

 a { background-color: rgb(49,91,250); }

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

border-color css

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

 span { border-color: rgb(49,91,250); }

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