Html Css Color HEX #315DDF Royal Blue

📋 copy color: '#315DDF'

red 49 ◦ green 93 ◦ blue 223

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

Shades of Royal Blue #315DDF

Tints of Royal Blue #315DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.1%

R = 13.42%
G = 25.48%
B = 61.1%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#315DDF (or 0x315DDF) is known color: Royal Blue. HEX triplet: 31, 5D and DF. RGB value is (49,93,223). Sum of RGB (Red+Green+Blue) = 49+93+223=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #315DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DDF is #CEA220. Grayscale: #5E5E5E. Windows color (decimal): -13541921 or 14638385. OLE color: 14638385.

HSL color Cylindrical-coordinate representation of color #315DDF: hue angle of 224.83º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #315DDF is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 93 223 -
CMYK 0.78 0.58 0 0.13
HSL 224.83º 0.73% 0.53% -
HSV(B) 224.83º 0.78% 0.87% -
XYZ 18.5 13.81 71.5 -
YUV 94.66 200.42 95.43 -
System Red Green Blue C M Y K H S L
Decimal 49 93 223 0.78 0.58 0 0.13 224.83 0.73 0.53
Hex 31 5D DF 4E 3A 0 D E1 49 35
Octal 61 135 337 116 72 0 15 341 111 65
Binary 110001 1011101 11011111 1001110 111010 0 1101 11100001 1001001 110101

Color Harmonies of #315DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DDF

Black with #315DDF

Text Example


Text Example

White with #315DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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