Html Css Color HEX #315DDD Royal Blue

📋 copy color: '#315DDD'

red 49 ◦ green 93 ◦ blue 221

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

Shades of Royal Blue #315DDD

Tints of Royal Blue #315DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.88%

R = 13.5%
G = 25.62%
B = 60.88%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#315DDD (or 0x315DDD) is known color: Royal Blue. HEX triplet: 31, 5D and DD. RGB value is (49,93,221). Sum of RGB (Red+Green+Blue) = 49+93+221=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #315DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DDD is #CEA222. Grayscale: #5D5D5D. Windows color (decimal): -13541923 or 14507313. OLE color: 14507313.

HSL color Cylindrical-coordinate representation of color #315DDD: hue angle of 224.65º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #315DDD is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 93 221 -
CMYK 0.78 0.58 0 0.13
HSL 224.65º 0.72% 0.53% -
HSV(B) 224.65º 0.78% 0.87% -
XYZ 18.23 13.7 70.09 -
YUV 94.44 199.42 95.59 -
System Red Green Blue C M Y K H S L
Decimal 49 93 221 0.78 0.58 0 0.13 224.65 0.72 0.53
Hex 31 5D DD 4E 3A 0 D E1 48 35
Octal 61 135 335 116 72 0 15 341 110 65
Binary 110001 1011101 11011101 1001110 111010 0 1101 11100001 1001000 110101

Color Harmonies of #315DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DDD

Black with #315DDD

Text Example


Text Example

White with #315DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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