Html Css Color HEX #315BFD Royal Blue

📋 copy color: '#315BFD'

red 49 ◦ green 91 ◦ blue 253

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

Shades of Royal Blue #315BFD

Tints of Royal Blue #315BFD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.16%

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

R = 12.47%
G = 23.16%
B = 64.38%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#315BFD (or 0x315BFD) is known color: Royal Blue. HEX triplet: 31, 5B and FD. RGB value is (49,91,253). Sum of RGB (Red+Green+Blue) = 49+91+253=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #315BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315BFD is #CEA402. Grayscale: #606060. Windows color (decimal): -13542403 or 16603953. OLE color: 16603953.

HSL color Cylindrical-coordinate representation of color #315BFD: hue angle of 227.65º 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 #315BFD is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 91 253 -
CMYK 0.81 0.64 0 0.01
HSL 227.65º 0.98% 0.59% -
HSV(B) 227.65º 0.81% 0.99% -
XYZ 22.74 15.23 94.67 -
YUV 96.91 216.09 93.83 -
System Red Green Blue C M Y K H S L
Decimal 49 91 253 0.81 0.64 0 0.01 227.65 0.98 0.59
Hex 31 5B FD 51 40 0 1 E4 62 3B
Octal 61 133 375 121 100 0 1 344 142 73
Binary 110001 1011011 11111101 1010001 1000000 0 1 11100100 1100010 111011

Color Harmonies of #315BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315BFD

Black with #315BFD

Text Example


Text Example

White with #315BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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