Html Css Color HEX #315DED Royal Blue

📋 copy color: '#315DED'

red 49 ◦ green 93 ◦ blue 237

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

Shades of Royal Blue #315DED

Tints of Royal Blue #315DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 62.53%

R = 12.93%
G = 24.54%
B = 62.53%

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

#315DED (or 0x315DED) is known color: Royal Blue. HEX triplet: 31, 5D and ED. RGB value is (49,93,237). Sum of RGB (Red+Green+Blue) = 49+93+237=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #315DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315DED is #CEA212. Grayscale: #5F5F5F. Windows color (decimal): -13541907 or 15555889. OLE color: 15555889.

HSL color Cylindrical-coordinate representation of color #315DED: hue angle of 225.96º degrees, saturation: 0.84, 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 #315DED is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 93 237 -
CMYK 0.79 0.61 0 0.07
HSL 225.96º 0.84% 0.56% -
HSV(B) 225.96º 0.79% 0.93% -
XYZ 20.47 14.6 81.86 -
YUV 96.26 207.42 94.29 -
System Red Green Blue C M Y K H S L
Decimal 49 93 237 0.79 0.61 0 0.07 225.96 0.84 0.56
Hex 31 5D ED 4F 3D 0 7 E2 54 38
Octal 61 135 355 117 75 0 7 342 124 70
Binary 110001 1011101 11101101 1001111 111101 0 111 11100010 1010100 111000

Color Harmonies of #315DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DED

Black with #315DED

Text Example


Text Example

White with #315DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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