Html Css Color HEX #315CFE Royal Blue

📋 copy color: '#315CFE'

red 49 ◦ green 92 ◦ blue 254

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

Shades of Royal Blue #315CFE

Tints of Royal Blue #315CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.3%

R = 12.41%
G = 23.29%
B = 64.3%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#315CFE (or 0x315CFE) is known color: Royal Blue. HEX triplet: 31, 5C and FE. RGB value is (49,92,254). Sum of RGB (Red+Green+Blue) = 49+92+254=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #315CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315CFE is #CEA301. Grayscale: #606060. Windows color (decimal): -13542146 or 16669745. OLE color: 16669745.

HSL color Cylindrical-coordinate representation of color #315CFE: hue angle of 227.41º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #315CFE is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 49 92 254 -
CMYK 0.81 0.64 0 0.00
HSL 227.41º 0.99% 0.59% -
HSV(B) 227.41º 0.81% 1% -
XYZ 22.98 15.46 95.54 -
YUV 97.61 216.25 93.33 -
System Red Green Blue C M Y K H S L
Decimal 49 92 254 0.81 0.64 0 0.00 227.41 0.99 0.59
Hex 31 5C FE 51 40 0 0 E3 63 3B
Octal 61 134 376 121 100 0 0 343 143 73
Binary 110001 1011100 11111110 1010001 1000000 0 0 11100011 1100011 111011

Color Harmonies of #315CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315CFE

Black with #315CFE

Text Example


Text Example

White with #315CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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