Html Css Color HEX #315AF9 Royal Blue

📋 copy color: '#315AF9'

red 49 ◦ green 90 ◦ blue 249

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

Shades of Royal Blue #315AF9

Tints of Royal Blue #315AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 64.18%

R = 12.63%
G = 23.2%
B = 64.18%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#315AF9 (or 0x315AF9) is known color: Royal Blue. HEX triplet: 31, 5A and F9. RGB value is (49,90,249). Sum of RGB (Red+Green+Blue) = 49+90+249=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 249 (97.66% from 255 or 64.18% from 388); Max value from RGB is 249 - color contains mainly: blue. Hex color #315AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315AF9 is #CEA506. Grayscale: #5F5F5F. Windows color (decimal): -13542663 or 16341553. OLE color: 16341553.

HSL color Cylindrical-coordinate representation of color #315AF9: hue angle of 227.7º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #315AF9 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 90 249 -
CMYK 0.80 0.64 0 0.02
HSL 227.7º 0.94% 0.58% -
HSV(B) 227.7º 0.8% 0.98% -
XYZ 22.02 14.8 91.32 -
YUV 95.87 214.42 94.57 -
System Red Green Blue C M Y K H S L
Decimal 49 90 249 0.80 0.64 0 0.02 227.7 0.94 0.58
Hex 31 5A F9 50 40 0 2 E4 5E 3A
Octal 61 132 371 120 100 0 2 344 136 72
Binary 110001 1011010 11111001 1010000 1000000 0 10 11100100 1011110 111010

Color Harmonies of #315AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315AF9

Black with #315AF9

Text Example


Text Example

White with #315AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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