Html Css Color HEX #315DFD Royal Blue

📋 copy color: '#315DFD'

red 49 ◦ green 93 ◦ blue 253

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

Shades of Royal Blue #315DFD

Tints of Royal Blue #315DFD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.54%

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

R = 12.41%
G = 23.54%
B = 64.05%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#315DFD (or 0x315DFD) is known color: Royal Blue. HEX triplet: 31, 5D and FD. RGB value is (49,93,253). Sum of RGB (Red+Green+Blue) = 49+93+253=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #315DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315DFD is #CEA202. Grayscale: #616161. Windows color (decimal): -13541891 or 16604465. OLE color: 16604465.

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

Color convert

RGB 49 93 253 -
CMYK 0.81 0.63 0 0.01
HSL 227.06º 0.98% 0.59% -
HSV(B) 227.06º 0.81% 0.99% -
XYZ 22.91 15.57 94.73 -
YUV 98.08 215.42 92.99 -
System Red Green Blue C M Y K H S L
Decimal 49 93 253 0.81 0.63 0 0.01 227.06 0.98 0.59
Hex 31 5D FD 51 3F 0 1 E3 62 3B
Octal 61 135 375 121 77 0 1 343 142 73
Binary 110001 1011101 11111101 1010001 111111 0 1 11100011 1100010 111011

Color Harmonies of #315DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DFD

Black with #315DFD

Text Example


Text Example

White with #315DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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