Html Css Color HEX #315EDB Royal Blue

📋 copy color: '#315EDB'

red 49 ◦ green 94 ◦ blue 219

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

Shades of Royal Blue #315EDB

Tints of Royal Blue #315EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.97%

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

R = 13.54%
G = 25.97%
B = 60.5%

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

#315EDB (or 0x315EDB) is known color: Royal Blue. HEX triplet: 31, 5E and DB. RGB value is (49,94,219). Sum of RGB (Red+Green+Blue) = 49+94+219=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #315EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315EDB is #CEA124. Grayscale: #5E5E5E. Windows color (decimal): -13541669 or 14376497. OLE color: 14376497.

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

Color convert

RGB 49 94 219 -
CMYK 0.78 0.57 0 0.14
HSL 224.12º 0.7% 0.53% -
HSV(B) 224.12º 0.78% 0.86% -
XYZ 18.06 13.77 68.72 -
YUV 94.8 198.09 95.34 -
System Red Green Blue C M Y K H S L
Decimal 49 94 219 0.78 0.57 0 0.14 224.12 0.7 0.53
Hex 31 5E DB 4E 39 0 E E0 46 35
Octal 61 136 333 116 71 0 16 340 106 65
Binary 110001 1011110 11011011 1001110 111001 0 1110 11100000 1000110 110101

Color Harmonies of #315EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315EDB

Black with #315EDB

Text Example


Text Example

White with #315EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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