Html Css Color HEX #315DD7 Royal Blue

📋 copy color: '#315DD7'

red 49 ◦ green 93 ◦ blue 215

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

Shades of Royal Blue #315DD7

Tints of Royal Blue #315DD7

RGB

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

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

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

R = 13.73%
G = 26.05%
B = 60.22%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#315DD7 (or 0x315DD7) is known color: Royal Blue. HEX triplet: 31, 5D and D7. RGB value is (49,93,215). Sum of RGB (Red+Green+Blue) = 49+93+215=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 215 (84.38% from 255 or 60.22% from 357); Max value from RGB is 215 - color contains mainly: blue. Hex color #315DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DD7 is #CEA228. Grayscale: #5D5D5D. Windows color (decimal): -13541929 or 14114097. OLE color: 14114097.

HSL color Cylindrical-coordinate representation of color #315DD7: hue angle of 224.1º 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 #315DD7 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 93 215 -
CMYK 0.77 0.57 0 0.16
HSL 224.1º 0.67% 0.52% -
HSV(B) 224.1º 0.77% 0.84% -
XYZ 17.45 13.39 65.95 -
YUV 93.75 196.42 96.08 -
System Red Green Blue C M Y K H S L
Decimal 49 93 215 0.77 0.57 0 0.16 224.1 0.67 0.52
Hex 31 5D D7 4D 39 0 10 E0 43 34
Octal 61 135 327 115 71 0 20 340 103 64
Binary 110001 1011101 11010111 1001101 111001 0 10000 11100000 1000011 110100

Color Harmonies of #315DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DD7

Black with #315DD7

Text Example


Text Example

White with #315DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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