Html Css Color HEX #315BFB Royal Blue

📋 copy color: '#315BFB'

red 49 ◦ green 91 ◦ blue 251

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

Shades of Royal Blue #315BFB

Tints of Royal Blue #315BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.19%

R = 12.53%
G = 23.27%
B = 64.19%

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

#315BFB (or 0x315BFB) is known color: Royal Blue. HEX triplet: 31, 5B and FB. RGB value is (49,91,251). Sum of RGB (Red+Green+Blue) = 49+91+251=391 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.53% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #315BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315BFB is #CEA404. Grayscale: #606060. Windows color (decimal): -13542405 or 16472881. OLE color: 16472881.

HSL color Cylindrical-coordinate representation of color #315BFB: hue angle of 227.52º degrees, saturation: 0.96, 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 #315BFB is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 91 251 -
CMYK 0.80 0.64 0 0.02
HSL 227.52º 0.96% 0.59% -
HSV(B) 227.52º 0.8% 0.98% -
XYZ 22.42 15.1 93 -
YUV 96.68 215.09 93.99 -
System Red Green Blue C M Y K H S L
Decimal 49 91 251 0.80 0.64 0 0.02 227.52 0.96 0.59
Hex 31 5B FB 50 40 0 2 E4 60 3B
Octal 61 133 373 120 100 0 2 344 140 73
Binary 110001 1011011 11111011 1010000 1000000 0 10 11100100 1100000 111011

Color Harmonies of #315BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315BFB

Black with #315BFB

Text Example


Text Example

White with #315BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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