Html Css Color HEX #315FE0 Royal Blue

📋 copy color: '#315FE0'

red 49 ◦ green 95 ◦ blue 224

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

Shades of Royal Blue #315FE0

Tints of Royal Blue #315FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 60.87%

R = 13.32%
G = 25.82%
B = 60.87%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#315FE0 (or 0x315FE0) is known color: Royal Blue. HEX triplet: 31, 5F and E0. RGB value is (49,95,224). Sum of RGB (Red+Green+Blue) = 49+95+224=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 224 (87.89% from 255 or 60.87% from 368); Max value from RGB is 224 - color contains mainly: blue. Hex color #315FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315FE0 is #CEA01F. Grayscale: #5F5F5F. Windows color (decimal): -13541408 or 14704433. OLE color: 14704433.

HSL color Cylindrical-coordinate representation of color #315FE0: hue angle of 224.23º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #315FE0 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 95 224 -
CMYK 0.78 0.58 0 0.12
HSL 224.23º 0.74% 0.54% -
HSV(B) 224.23º 0.78% 0.88% -
XYZ 18.81 14.22 72.27 -
YUV 95.95 200.26 94.51 -
System Red Green Blue C M Y K H S L
Decimal 49 95 224 0.78 0.58 0 0.12 224.23 0.74 0.54
Hex 31 5F E0 4E 3A 0 C E0 4A 36
Octal 61 137 340 116 72 0 14 340 112 66
Binary 110001 1011111 11100000 1001110 111010 0 1100 11100000 1001010 110110

Color Harmonies of #315FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315FE0

Black with #315FE0

Text Example


Text Example

White with #315FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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