Html Css Color HEX #315DDC Royal Blue

📋 copy color: '#315DDC'

red 49 ◦ green 93 ◦ blue 220

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

Shades of Royal Blue #315DDC

Tints of Royal Blue #315DDC

RGB

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

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

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

R = 13.54%
G = 25.69%
B = 60.77%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#315DDC (or 0x315DDC) is known color: Royal Blue. HEX triplet: 31, 5D and DC. RGB value is (49,93,220). Sum of RGB (Red+Green+Blue) = 49+93+220=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #315DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DDC is #CEA223. Grayscale: #5D5D5D. Windows color (decimal): -13541924 or 14441777. OLE color: 14441777.

HSL color Cylindrical-coordinate representation of color #315DDC: hue angle of 224.56º 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 #315DDC is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 93 220 -
CMYK 0.78 0.58 0 0.14
HSL 224.56º 0.71% 0.53% -
HSV(B) 224.56º 0.78% 0.86% -
XYZ 18.1 13.65 69.39 -
YUV 94.32 198.92 95.67 -
System Red Green Blue C M Y K H S L
Decimal 49 93 220 0.78 0.58 0 0.14 224.56 0.71 0.53
Hex 31 5D DC 4E 3A 0 E E1 47 35
Octal 61 135 334 116 72 0 16 341 107 65
Binary 110001 1011101 11011100 1001110 111010 0 1110 11100001 1000111 110101

Color Harmonies of #315DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DDC

Black with #315DDC

Text Example


Text Example

White with #315DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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