Html Css Color HEX #315FD6 Royal Blue

📋 copy color: '#315FD6'

red 49 ◦ green 95 ◦ blue 214

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

Shades of Royal Blue #315FD6

Tints of Royal Blue #315FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 59.78%

R = 13.69%
G = 26.54%
B = 59.78%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#315FD6 (or 0x315FD6) is known color: Royal Blue. HEX triplet: 31, 5F and D6. RGB value is (49,95,214). Sum of RGB (Red+Green+Blue) = 49+95+214=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 214 (83.98% from 255 or 59.78% from 358); Max value from RGB is 214 - color contains mainly: blue. Hex color #315FD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315FD6 is #CEA029. Grayscale: #5E5E5E. Windows color (decimal): -13541418 or 14049073. OLE color: 14049073.

HSL color Cylindrical-coordinate representation of color #315FD6: hue angle of 223.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #315FD6 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 95 214 -
CMYK 0.77 0.56 0 0.16
HSL 223.27º 0.67% 0.52% -
HSV(B) 223.27º 0.77% 0.84% -
XYZ 17.5 13.69 65.34 -
YUV 94.81 195.26 95.32 -
System Red Green Blue C M Y K H S L
Decimal 49 95 214 0.77 0.56 0 0.16 223.27 0.67 0.52
Hex 31 5F D6 4D 38 0 10 DF 43 34
Octal 61 137 326 115 70 0 20 337 103 64
Binary 110001 1011111 11010110 1001101 111000 0 10000 11011111 1000011 110100

Color Harmonies of #315FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315FD6

Black with #315FD6

Text Example


Text Example

White with #315FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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