Html Css Color HEX #315FDF Royal Blue

📋 copy color: '#315FDF'

red 49 ◦ green 95 ◦ blue 223

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

Shades of Royal Blue #315FDF

Tints of Royal Blue #315FDF

RGB

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

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

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

R = 13.35%
G = 25.89%
B = 60.76%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#315FDF (or 0x315FDF) is known color: Royal Blue. HEX triplet: 31, 5F and DF. RGB value is (49,95,223). Sum of RGB (Red+Green+Blue) = 49+95+223=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #315FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315FDF is #CEA020. Grayscale: #5F5F5F. Windows color (decimal): -13541409 or 14638897. OLE color: 14638897.

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

Color convert

RGB 49 95 223 -
CMYK 0.78 0.57 0 0.13
HSL 224.14º 0.73% 0.53% -
HSV(B) 224.14º 0.78% 0.87% -
XYZ 18.68 14.17 71.56 -
YUV 95.84 199.76 94.59 -
System Red Green Blue C M Y K H S L
Decimal 49 95 223 0.78 0.57 0 0.13 224.14 0.73 0.53
Hex 31 5F DF 4E 39 0 D E0 49 35
Octal 61 137 337 116 71 0 15 340 111 65
Binary 110001 1011111 11011111 1001110 111001 0 1101 11100000 1001001 110101

Color Harmonies of #315FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315FDF

Black with #315FDF

Text Example


Text Example

White with #315FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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