Html Css Color HEX #315EFB Royal Blue

📋 copy color: '#315EFB'

red 49 ◦ green 94 ◦ blue 251

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

Shades of Royal Blue #315EFB

Tints of Royal Blue #315EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.86%

 BLUE value IS 251 (98.44% from 255) = 63.71%

R = 12.44%
G = 23.86%
B = 63.71%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#315EFB (or 0x315EFB) is known color: Royal Blue. HEX triplet: 31, 5E and FB. RGB value is (49,94,251). Sum of RGB (Red+Green+Blue) = 49+94+251=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #315EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315EFB is #CEA104. Grayscale: #616161. Windows color (decimal): -13541637 or 16473649. OLE color: 16473649.

HSL color Cylindrical-coordinate representation of color #315EFB: hue angle of 226.63º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #315EFB is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 94 251 -
CMYK 0.80 0.63 0 0.02
HSL 226.63º 0.96% 0.59% -
HSV(B) 226.63º 0.8% 0.98% -
XYZ 22.68 15.62 93.09 -
YUV 98.44 214.09 92.73 -
System Red Green Blue C M Y K H S L
Decimal 49 94 251 0.80 0.63 0 0.02 226.63 0.96 0.59
Hex 31 5E FB 50 3F 0 2 E3 60 3B
Octal 61 136 373 120 77 0 2 343 140 73
Binary 110001 1011110 11111011 1010000 111111 0 10 11100011 1100000 111011

Color Harmonies of #315EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315EFB

Black with #315EFB

Text Example


Text Example

White with #315EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,94,251); }

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

background-color css

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

 a { background-color: rgb(49,94,251); }

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

border-color css

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

 span { border-color: rgb(49,94,251); }

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