Html Css Color HEX #315DDB Royal Blue

📋 copy color: '#315DDB'

red 49 ◦ green 93 ◦ blue 219

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

Shades of Royal Blue #315DDB

Tints of Royal Blue #315DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.66%

R = 13.57%
G = 25.76%
B = 60.66%

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

#315DDB (or 0x315DDB) is known color: Royal Blue. HEX triplet: 31, 5D and DB. RGB value is (49,93,219). Sum of RGB (Red+Green+Blue) = 49+93+219=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #315DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DDB is #CEA224. Grayscale: #5D5D5D. Windows color (decimal): -13541925 or 14376241. OLE color: 14376241.

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

Color convert

RGB 49 93 219 -
CMYK 0.78 0.58 0 0.14
HSL 224.47º 0.7% 0.53% -
HSV(B) 224.47º 0.78% 0.86% -
XYZ 17.97 13.6 68.7 -
YUV 94.21 198.42 95.75 -
System Red Green Blue C M Y K H S L
Decimal 49 93 219 0.78 0.58 0 0.14 224.47 0.7 0.53
Hex 31 5D DB 4E 3A 0 E E0 46 35
Octal 61 135 333 116 72 0 16 340 106 65
Binary 110001 1011101 11011011 1001110 111010 0 1110 11100000 1000110 110101

Color Harmonies of #315DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DDB

Black with #315DDB

Text Example


Text Example

White with #315DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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