Html Css Color HEX #315DEC Royal Blue

📋 copy color: '#315DEC'

red 49 ◦ green 93 ◦ blue 236

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

Shades of Royal Blue #315DEC

Tints of Royal Blue #315DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 62.43%

R = 12.96%
G = 24.6%
B = 62.43%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#315DEC (or 0x315DEC) is known color: Royal Blue. HEX triplet: 31, 5D and EC. RGB value is (49,93,236). Sum of RGB (Red+Green+Blue) = 49+93+236=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #315DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315DEC is #CEA213. Grayscale: #5F5F5F. Windows color (decimal): -13541908 or 15490353. OLE color: 15490353.

HSL color Cylindrical-coordinate representation of color #315DEC: hue angle of 225.88º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #315DEC is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 93 236 -
CMYK 0.79 0.61 0 0.07
HSL 225.88º 0.83% 0.56% -
HSV(B) 225.88º 0.79% 0.93% -
XYZ 20.32 14.54 81.09 -
YUV 96.15 206.92 94.37 -
System Red Green Blue C M Y K H S L
Decimal 49 93 236 0.79 0.61 0 0.07 225.88 0.83 0.56
Hex 31 5D EC 4F 3D 0 7 E2 53 38
Octal 61 135 354 117 75 0 7 342 123 70
Binary 110001 1011101 11101100 1001111 111101 0 111 11100010 1010011 111000

Color Harmonies of #315DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DEC

Black with #315DEC

Text Example


Text Example

White with #315DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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