Html Css Color HEX #315AD9 Royal Blue

📋 copy color: '#315AD9'

red 49 ◦ green 90 ◦ blue 217

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

Shades of Royal Blue #315AD9

Tints of Royal Blue #315AD9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.28%

 BLUE value IS 217 (85.16% from 255) = 60.96%

R = 13.76%
G = 25.28%
B = 60.96%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#315AD9 (or 0x315AD9) is known color: Royal Blue. HEX triplet: 31, 5A and D9. RGB value is (49,90,217). Sum of RGB (Red+Green+Blue) = 49+90+217=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 217 (85.16% from 255 or 60.96% from 356); Max value from RGB is 217 - color contains mainly: blue. Hex color #315AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315AD9 is #CEA526. Grayscale: #5B5B5B. Windows color (decimal): -13542695 or 14244401. OLE color: 14244401.

HSL color Cylindrical-coordinate representation of color #315AD9: hue angle of 225.36º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #315AD9 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 90 217 -
CMYK 0.77 0.59 0 0.15
HSL 225.36º 0.69% 0.52% -
HSV(B) 225.36º 0.77% 0.85% -
XYZ 17.45 12.98 67.23 -
YUV 92.22 198.42 97.17 -
System Red Green Blue C M Y K H S L
Decimal 49 90 217 0.77 0.59 0 0.15 225.36 0.69 0.52
Hex 31 5A D9 4D 3B 0 F E1 45 34
Octal 61 132 331 115 73 0 17 341 105 64
Binary 110001 1011010 11011001 1001101 111011 0 1111 11100001 1000101 110100

Color Harmonies of #315AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315AD9

Black with #315AD9

Text Example


Text Example

White with #315AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,90,217); }

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

background-color css

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

 a { background-color: rgb(49,90,217); }

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

border-color css

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

 span { border-color: rgb(49,90,217); }

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