Html Css Color HEX #315DF7 Royal Blue

📋 copy color: '#315DF7'

red 49 ◦ green 93 ◦ blue 247

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

Shades of Royal Blue #315DF7

Tints of Royal Blue #315DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 63.5%

R = 12.6%
G = 23.91%
B = 63.5%

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

#315DF7 (or 0x315DF7) is known color: Royal Blue. HEX triplet: 31, 5D and F7. RGB value is (49,93,247). Sum of RGB (Red+Green+Blue) = 49+93+247=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 247 (96.88% from 255 or 63.50% from 389); Max value from RGB is 247 - color contains mainly: blue. Hex color #315DF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315DF7 is #CEA208. Grayscale: #606060. Windows color (decimal): -13541897 or 16211249. OLE color: 16211249.

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

Color convert

RGB 49 93 247 -
CMYK 0.80 0.62 0 0.03
HSL 226.67º 0.93% 0.58% -
HSV(B) 226.67º 0.8% 0.97% -
XYZ 21.97 15.2 89.77 -
YUV 97.4 212.42 93.48 -
System Red Green Blue C M Y K H S L
Decimal 49 93 247 0.80 0.62 0 0.03 226.67 0.93 0.58
Hex 31 5D F7 50 3E 0 3 E3 5D 3A
Octal 61 135 367 120 76 0 3 343 135 72
Binary 110001 1011101 11110111 1010000 111110 0 11 11100011 1011101 111010

Color Harmonies of #315DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DF7

Black with #315DF7

Text Example


Text Example

White with #315DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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