Html Css Color HEX #315BDC Royal Blue

📋 copy color: '#315BDC'

red 49 ◦ green 91 ◦ blue 220

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

Shades of Royal Blue #315BDC

Tints of Royal Blue #315BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.28%

 BLUE value IS 220 (86.33% from 255) = 61.11%

R = 13.61%
G = 25.28%
B = 61.11%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#315BDC (or 0x315BDC) is known color: Royal Blue. HEX triplet: 31, 5B and DC. RGB value is (49,91,220). Sum of RGB (Red+Green+Blue) = 49+91+220=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #315BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315BDC is #CEA423. Grayscale: #5C5C5C. Windows color (decimal): -13542436 or 14441265. OLE color: 14441265.

HSL color Cylindrical-coordinate representation of color #315BDC: hue angle of 225.26º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #315BDC is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 91 220 -
CMYK 0.78 0.59 0 0.14
HSL 225.26º 0.71% 0.53% -
HSV(B) 225.26º 0.78% 0.86% -
XYZ 17.93 13.3 69.33 -
YUV 93.15 199.59 96.51 -
System Red Green Blue C M Y K H S L
Decimal 49 91 220 0.78 0.59 0 0.14 225.26 0.71 0.53
Hex 31 5B DC 4E 3B 0 E E1 47 35
Octal 61 133 334 116 73 0 16 341 107 65
Binary 110001 1011011 11011100 1001110 111011 0 1110 11100001 1000111 110101

Color Harmonies of #315BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315BDC

Black with #315BDC

Text Example


Text Example

White with #315BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,91,220); }

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

background-color css

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

 a { background-color: rgb(49,91,220); }

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

border-color css

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

 span { border-color: rgb(49,91,220); }

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