Html Css Color HEX #315AE0 Royal Blue

📋 copy color: '#315AE0'

red 49 ◦ green 90 ◦ blue 224

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

Shades of Royal Blue #315AE0

Tints of Royal Blue #315AE0

RGB

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

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

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

R = 13.5%
G = 24.79%
B = 61.71%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#315AE0 (or 0x315AE0) is known color: Royal Blue. HEX triplet: 31, 5A and E0. RGB value is (49,90,224). Sum of RGB (Red+Green+Blue) = 49+90+224=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 224 (87.89% from 255 or 61.71% from 363); Max value from RGB is 224 - color contains mainly: blue. Hex color #315AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315AE0 is #CEA51F. Grayscale: #5C5C5C. Windows color (decimal): -13542688 or 14703153. OLE color: 14703153.

HSL color Cylindrical-coordinate representation of color #315AE0: hue angle of 225.94º 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 #315AE0 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 90 224 -
CMYK 0.78 0.60 0 0.12
HSL 225.94º 0.74% 0.54% -
HSV(B) 225.94º 0.78% 0.88% -
XYZ 18.38 13.35 72.13 -
YUV 93.02 201.92 96.6 -
System Red Green Blue C M Y K H S L
Decimal 49 90 224 0.78 0.60 0 0.12 225.94 0.74 0.54
Hex 31 5A E0 4E 3C 0 C E2 4A 36
Octal 61 132 340 116 74 0 14 342 112 66
Binary 110001 1011010 11100000 1001110 111100 0 1100 11100010 1001010 110110

Color Harmonies of #315AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315AE0

Black with #315AE0

Text Example


Text Example

White with #315AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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