Html Css Color HEX #315AD7 Royal Blue

📋 copy color: '#315AD7'

red 49 ◦ green 90 ◦ blue 215

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

Shades of Royal Blue #315AD7

Tints of Royal Blue #315AD7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.42%

 BLUE value IS 215 (84.38% from 255) = 60.73%

R = 13.84%
G = 25.42%
B = 60.73%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#315AD7 (or 0x315AD7) is known color: Royal Blue. HEX triplet: 31, 5A and D7. RGB value is (49,90,215). Sum of RGB (Red+Green+Blue) = 49+90+215=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 215 (84.38% from 255 or 60.73% from 354); Max value from RGB is 215 - color contains mainly: blue. Hex color #315AD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315AD7 is #CEA528. Grayscale: #5B5B5B. Windows color (decimal): -13542697 or 14113329. OLE color: 14113329.

HSL color Cylindrical-coordinate representation of color #315AD7: hue angle of 225.18º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #315AD7 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 90 215 -
CMYK 0.77 0.58 0 0.16
HSL 225.18º 0.67% 0.52% -
HSV(B) 225.18º 0.77% 0.84% -
XYZ 17.19 12.87 65.87 -
YUV 91.99 197.42 97.34 -
System Red Green Blue C M Y K H S L
Decimal 49 90 215 0.77 0.58 0 0.16 225.18 0.67 0.52
Hex 31 5A D7 4D 3A 0 10 E1 43 34
Octal 61 132 327 115 72 0 20 341 103 64
Binary 110001 1011010 11010111 1001101 111010 0 10000 11100001 1000011 110100

Color Harmonies of #315AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315AD7

Black with #315AD7

Text Example


Text Example

White with #315AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,90,215); }

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

background-color css

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

 a { background-color: rgb(49,90,215); }

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

border-color css

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

 span { border-color: rgb(49,90,215); }

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