Html Css Color HEX #315BED Royal Blue

📋 copy color: '#315BED'

red 49 ◦ green 91 ◦ blue 237

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

Shades of Royal Blue #315BED

Tints of Royal Blue #315BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.14%

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

R = 13%
G = 24.14%
B = 62.86%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#315BED (or 0x315BED) is known color: Royal Blue. HEX triplet: 31, 5B and ED. RGB value is (49,91,237). Sum of RGB (Red+Green+Blue) = 49+91+237=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 237 (92.97% from 255 or 62.86% from 377); Max value from RGB is 237 - color contains mainly: blue. Hex color #315BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315BED is #CEA412. Grayscale: #5E5E5E. Windows color (decimal): -13542419 or 15555377. OLE color: 15555377.

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

Color convert

RGB 49 91 237 -
CMYK 0.79 0.62 0 0.07
HSL 226.6º 0.84% 0.56% -
HSV(B) 226.6º 0.79% 0.93% -
XYZ 20.29 14.25 81.8 -
YUV 95.09 208.09 95.13 -
System Red Green Blue C M Y K H S L
Decimal 49 91 237 0.79 0.62 0 0.07 226.6 0.84 0.56
Hex 31 5B ED 4F 3E 0 7 E3 54 38
Octal 61 133 355 117 76 0 7 343 124 70
Binary 110001 1011011 11101101 1001111 111110 0 111 11100011 1010100 111000

Color Harmonies of #315BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315BED

Black with #315BED

Text Example


Text Example

White with #315BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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