Html Css Color HEX #315CFB Royal Blue

📋 copy color: '#315CFB'

red 49 ◦ green 92 ◦ blue 251

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

Shades of Royal Blue #315CFB

Tints of Royal Blue #315CFB

RGB

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

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

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

R = 12.5%
G = 23.47%
B = 64.03%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#315CFB (or 0x315CFB) is known color: Royal Blue. HEX triplet: 31, 5C and FB. RGB value is (49,92,251). Sum of RGB (Red+Green+Blue) = 49+92+251=392 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.5% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #315CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315CFB is #CEA304. Grayscale: #606060. Windows color (decimal): -13542149 or 16473137. OLE color: 16473137.

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

Color convert

RGB 49 92 251 -
CMYK 0.80 0.63 0 0.02
HSL 227.23º 0.96% 0.59% -
HSV(B) 227.23º 0.8% 0.98% -
XYZ 22.51 15.27 93.03 -
YUV 97.27 214.75 93.57 -
System Red Green Blue C M Y K H S L
Decimal 49 92 251 0.80 0.63 0 0.02 227.23 0.96 0.59
Hex 31 5C FB 50 3F 0 2 E3 60 3B
Octal 61 134 373 120 77 0 2 343 140 73
Binary 110001 1011100 11111011 1010000 111111 0 10 11100011 1100000 111011

Color Harmonies of #315CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315CFB

Black with #315CFB

Text Example


Text Example

White with #315CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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