Html Css Color HEX #315DD5 Royal Blue

📋 copy color: '#315DD5'

red 49 ◦ green 93 ◦ blue 213

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

Shades of Royal Blue #315DD5

Tints of Royal Blue #315DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 60%

R = 13.8%
G = 26.2%
B = 60%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#315DD5 (or 0x315DD5) is known color: Royal Blue. HEX triplet: 31, 5D and D5. RGB value is (49,93,213). Sum of RGB (Red+Green+Blue) = 49+93+213=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 213 (83.59% from 255 or 60% from 355); Max value from RGB is 213 - color contains mainly: blue. Hex color #315DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DD5 is #CEA22A. Grayscale: #5D5D5D. Windows color (decimal): -13541931 or 13983025. OLE color: 13983025.

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

Color convert

RGB 49 93 213 -
CMYK 0.77 0.56 0 0.16
HSL 223.9º 0.66% 0.51% -
HSV(B) 223.9º 0.77% 0.84% -
XYZ 17.19 13.29 64.61 -
YUV 93.52 195.42 96.24 -
System Red Green Blue C M Y K H S L
Decimal 49 93 213 0.77 0.56 0 0.16 223.9 0.66 0.51
Hex 31 5D D5 4D 38 0 10 E0 42 33
Octal 61 135 325 115 70 0 20 340 102 63
Binary 110001 1011101 11010101 1001101 111000 0 10000 11100000 1000010 110011

Color Harmonies of #315DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DD5

Black with #315DD5

Text Example


Text Example

White with #315DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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