Html Css Color HEX #315DF8 Royal Blue

📋 copy color: '#315DF8'

red 49 ◦ green 93 ◦ blue 248

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

Shades of Royal Blue #315DF8

Tints of Royal Blue #315DF8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.85%

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

R = 12.56%
G = 23.85%
B = 63.59%

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

#315DF8 (or 0x315DF8) is known color: Royal Blue. HEX triplet: 31, 5D and F8. RGB value is (49,93,248). Sum of RGB (Red+Green+Blue) = 49+93+248=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 248 (97.27% from 255 or 63.59% from 390); Max value from RGB is 248 - color contains mainly: blue. Hex color #315DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315DF8 is #CEA207. Grayscale: #606060. Windows color (decimal): -13541896 or 16276785. OLE color: 16276785.

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

Color convert

RGB 49 93 248 -
CMYK 0.80 0.62 0 0.03
HSL 226.73º 0.93% 0.58% -
HSV(B) 226.73º 0.8% 0.97% -
XYZ 22.12 15.26 90.59 -
YUV 97.51 212.92 93.4 -
System Red Green Blue C M Y K H S L
Decimal 49 93 248 0.80 0.62 0 0.03 226.73 0.93 0.58
Hex 31 5D F8 50 3E 0 3 E3 5D 3A
Octal 61 135 370 120 76 0 3 343 135 72
Binary 110001 1011101 11111000 1010000 111110 0 11 11100011 1011101 111010

Color Harmonies of #315DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DF8

Black with #315DF8

Text Example


Text Example

White with #315DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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