Html Css Color HEX #315ADC Royal Blue

📋 copy color: '#315ADC'

red 49 ◦ green 90 ◦ blue 220

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

Shades of Royal Blue #315ADC

Tints of Royal Blue #315ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.28%

R = 13.65%
G = 25.07%
B = 61.28%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#315ADC (or 0x315ADC) is known color: Royal Blue. HEX triplet: 31, 5A and DC. RGB value is (49,90,220). Sum of RGB (Red+Green+Blue) = 49+90+220=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #315ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315ADC is #CEA523. Grayscale: #5C5C5C. Windows color (decimal): -13542692 or 14441009. OLE color: 14441009.

HSL color Cylindrical-coordinate representation of color #315ADC: hue angle of 225.61º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #315ADC is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 90 220 -
CMYK 0.78 0.59 0 0.14
HSL 225.61º 0.71% 0.53% -
HSV(B) 225.61º 0.78% 0.86% -
XYZ 17.84 13.13 69.3 -
YUV 92.56 199.92 96.93 -
System Red Green Blue C M Y K H S L
Decimal 49 90 220 0.78 0.59 0 0.14 225.61 0.71 0.53
Hex 31 5A DC 4E 3B 0 E E2 47 35
Octal 61 132 334 116 73 0 16 342 107 65
Binary 110001 1011010 11011100 1001110 111011 0 1110 11100010 1000111 110101

Color Harmonies of #315ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315ADC

Black with #315ADC

Text Example


Text Example

White with #315ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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