Html Css Color HEX #315FD3 Royal Blue

📋 copy color: '#315FD3'

red 49 ◦ green 95 ◦ blue 211

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

Shades of Royal Blue #315FD3

Tints of Royal Blue #315FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 59.44%

R = 13.8%
G = 26.76%
B = 59.44%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#315FD3 (or 0x315FD3) is known color: Royal Blue. HEX triplet: 31, 5F and D3. RGB value is (49,95,211). Sum of RGB (Red+Green+Blue) = 49+95+211=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 211 (82.81% from 255 or 59.44% from 355); Max value from RGB is 211 - color contains mainly: blue. Hex color #315FD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315FD3 is #CEA02C. Grayscale: #5D5D5D. Windows color (decimal): -13541421 or 13852465. OLE color: 13852465.

HSL color Cylindrical-coordinate representation of color #315FD3: hue angle of 222.96º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #315FD3 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 49 95 211 -
CMYK 0.77 0.55 0 0.17
HSL 222.96º 0.65% 0.51% -
HSV(B) 222.96º 0.77% 0.83% -
XYZ 17.12 13.54 63.34 -
YUV 94.47 193.76 95.57 -
System Red Green Blue C M Y K H S L
Decimal 49 95 211 0.77 0.55 0 0.17 222.96 0.65 0.51
Hex 31 5F D3 4D 37 0 11 DF 41 33
Octal 61 137 323 115 67 0 21 337 101 63
Binary 110001 1011111 11010011 1001101 110111 0 10001 11011111 1000001 110011

Color Harmonies of #315FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315FD3

Black with #315FD3

Text Example


Text Example

White with #315FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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