Html Css Color HEX #315FFD Royal Blue

📋 copy color: '#315FFD'

red 49 ◦ green 95 ◦ blue 253

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

Shades of Royal Blue #315FFD

Tints of Royal Blue #315FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.73%

R = 12.34%
G = 23.93%
B = 63.73%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#315FFD (or 0x315FFD) is known color: Royal Blue. HEX triplet: 31, 5F and FD. RGB value is (49,95,253). Sum of RGB (Red+Green+Blue) = 49+95+253=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #315FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315FFD is #CEA002. Grayscale: #626262. Windows color (decimal): -13541379 or 16604977. OLE color: 16604977.

HSL color Cylindrical-coordinate representation of color #315FFD: hue angle of 226.47º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #315FFD is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 95 253 -
CMYK 0.81 0.62 0 0.01
HSL 226.47º 0.98% 0.59% -
HSV(B) 226.47º 0.81% 0.99% -
XYZ 23.09 15.93 94.79 -
YUV 99.26 214.76 92.15 -
System Red Green Blue C M Y K H S L
Decimal 49 95 253 0.81 0.62 0 0.01 226.47 0.98 0.59
Hex 31 5F FD 51 3E 0 1 E2 62 3B
Octal 61 137 375 121 76 0 1 342 142 73
Binary 110001 1011111 11111101 1010001 111110 0 1 11100010 1100010 111011

Color Harmonies of #315FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315FFD

Black with #315FFD

Text Example


Text Example

White with #315FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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