Html Css Color HEX #315EFC Royal Blue

📋 copy color: '#315EFC'

red 49 ◦ green 94 ◦ blue 252

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

Shades of Royal Blue #315EFC

Tints of Royal Blue #315EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.8%

R = 12.41%
G = 23.8%
B = 63.8%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#315EFC (or 0x315EFC) is known color: Royal Blue. HEX triplet: 31, 5E and FC. RGB value is (49,94,252). Sum of RGB (Red+Green+Blue) = 49+94+252=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #315EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315EFC is #CEA103. Grayscale: #616161. Windows color (decimal): -13541636 or 16539185. OLE color: 16539185.

HSL color Cylindrical-coordinate representation of color #315EFC: hue angle of 226.7º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #315EFC is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 94 252 -
CMYK 0.81 0.63 0 0.01
HSL 226.7º 0.97% 0.59% -
HSV(B) 226.7º 0.81% 0.99% -
XYZ 22.84 15.69 93.92 -
YUV 98.56 214.59 92.65 -
System Red Green Blue C M Y K H S L
Decimal 49 94 252 0.81 0.63 0 0.01 226.7 0.97 0.59
Hex 31 5E FC 51 3F 0 1 E3 61 3B
Octal 61 136 374 121 77 0 1 343 141 73
Binary 110001 1011110 11111100 1010001 111111 0 1 11100011 1100001 111011

Color Harmonies of #315EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315EFC

Black with #315EFC

Text Example


Text Example

White with #315EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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