Html Css Color HEX #315FF8 Royal Blue

📋 copy color: '#315FF8'

red 49 ◦ green 95 ◦ blue 248

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

Shades of Royal Blue #315FF8

Tints of Royal Blue #315FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 63.27%

R = 12.5%
G = 24.23%
B = 63.27%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#315FF8 (or 0x315FF8) is known color: Royal Blue. HEX triplet: 31, 5F and F8. RGB value is (49,95,248). Sum of RGB (Red+Green+Blue) = 49+95+248=392 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.5% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 248 (97.27% from 255 or 63.27% from 392); Max value from RGB is 248 - color contains mainly: blue. Hex color #315FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315FF8 is #CEA007. Grayscale: #626262. Windows color (decimal): -13541384 or 16277297. OLE color: 16277297.

HSL color Cylindrical-coordinate representation of color #315FF8: hue angle of 226.13º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #315FF8 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 49 95 248 -
CMYK 0.80 0.62 0 0.03
HSL 226.13º 0.93% 0.58% -
HSV(B) 226.13º 0.8% 0.97% -
XYZ 22.3 15.61 90.65 -
YUV 98.69 212.26 92.56 -
System Red Green Blue C M Y K H S L
Decimal 49 95 248 0.80 0.62 0 0.03 226.13 0.93 0.58
Hex 31 5F F8 50 3E 0 3 E2 5D 3A
Octal 61 137 370 120 76 0 3 342 135 72
Binary 110001 1011111 11111000 1010000 111110 0 11 11100010 1011101 111010

Color Harmonies of #315FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315FF8

Black with #315FF8

Text Example


Text Example

White with #315FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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