Html Css Color HEX #315AFB Royal Blue

📋 copy color: '#315AFB'

red 49 ◦ green 90 ◦ blue 251

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

Shades of Royal Blue #315AFB

Tints of Royal Blue #315AFB

RGB

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

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

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

R = 12.56%
G = 23.08%
B = 64.36%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#315AFB (or 0x315AFB) is known color: Royal Blue. HEX triplet: 31, 5A and FB. RGB value is (49,90,251). Sum of RGB (Red+Green+Blue) = 49+90+251=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #315AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315AFB is #CEA504. Grayscale: #5F5F5F. Windows color (decimal): -13542661 or 16472625. OLE color: 16472625.

HSL color Cylindrical-coordinate representation of color #315AFB: hue angle of 227.82º 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 #315AFB is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 90 251 -
CMYK 0.80 0.64 0 0.02
HSL 227.82º 0.96% 0.59% -
HSV(B) 227.82º 0.8% 0.98% -
XYZ 22.34 14.93 92.97 -
YUV 96.1 215.42 94.41 -
System Red Green Blue C M Y K H S L
Decimal 49 90 251 0.80 0.64 0 0.02 227.82 0.96 0.59
Hex 31 5A FB 50 40 0 2 E4 60 3B
Octal 61 132 373 120 100 0 2 344 140 73
Binary 110001 1011010 11111011 1010000 1000000 0 10 11100100 1100000 111011

Color Harmonies of #315AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315AFB

Black with #315AFB

Text Example


Text Example

White with #315AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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