Html Css Color HEX #315FFE Royal Blue

📋 copy color: '#315FFE'

red 49 ◦ green 95 ◦ blue 254

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

Shades of Royal Blue #315FFE

Tints of Royal Blue #315FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.87%

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

R = 12.31%
G = 23.87%
B = 63.82%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#315FFE (or 0x315FFE) is known color: Royal Blue. HEX triplet: 31, 5F and FE. RGB value is (49,95,254). Sum of RGB (Red+Green+Blue) = 49+95+254=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #315FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315FFE is #CEA001. Grayscale: #626262. Windows color (decimal): -13541378 or 16670513. OLE color: 16670513.

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

Color convert

RGB 49 95 254 -
CMYK 0.81 0.63 0 0.00
HSL 226.54º 0.99% 0.59% -
HSV(B) 226.54º 0.81% 1% -
XYZ 23.25 15.99 95.63 -
YUV 99.37 215.26 92.07 -
System Red Green Blue C M Y K H S L
Decimal 49 95 254 0.81 0.63 0 0.00 226.54 0.99 0.59
Hex 31 5F FE 51 3F 0 0 E3 63 3B
Octal 61 137 376 121 77 0 0 343 143 73
Binary 110001 1011111 11111110 1010001 111111 0 0 11100011 1100011 111011

Color Harmonies of #315FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315FFE

Black with #315FFE

Text Example


Text Example

White with #315FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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