Html Css Color HEX #315FDB Royal Blue

📋 copy color: '#315FDB'

red 49 ◦ green 95 ◦ blue 219

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

Shades of Royal Blue #315FDB

Tints of Royal Blue #315FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.17%

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

R = 13.5%
G = 26.17%
B = 60.33%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#315FDB (or 0x315FDB) is known color: Royal Blue. HEX triplet: 31, 5F and DB. RGB value is (49,95,219). Sum of RGB (Red+Green+Blue) = 49+95+219=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #315FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315FDB is #CEA024. Grayscale: #5E5E5E. Windows color (decimal): -13541413 or 14376753. OLE color: 14376753.

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

Color convert

RGB 49 95 219 -
CMYK 0.78 0.57 0 0.14
HSL 223.76º 0.7% 0.53% -
HSV(B) 223.76º 0.78% 0.86% -
XYZ 18.15 13.95 68.75 -
YUV 95.38 197.76 94.92 -
System Red Green Blue C M Y K H S L
Decimal 49 95 219 0.78 0.57 0 0.14 223.76 0.7 0.53
Hex 31 5F DB 4E 39 0 E E0 46 35
Octal 61 137 333 116 71 0 16 340 106 65
Binary 110001 1011111 11011011 1001110 111001 0 1110 11100000 1000110 110101

Color Harmonies of #315FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315FDB

Black with #315FDB

Text Example


Text Example

White with #315FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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