Html Css Color HEX #315FFC Royal Blue

📋 copy color: '#315FFC'

red 49 ◦ green 95 ◦ blue 252

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

Shades of Royal Blue #315FFC

Tints of Royal Blue #315FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.99%

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

R = 12.37%
G = 23.99%
B = 63.64%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#315FFC (or 0x315FFC) is known color: Royal Blue. HEX triplet: 31, 5F and FC. RGB value is (49,95,252). Sum of RGB (Red+Green+Blue) = 49+95+252=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #315FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315FFC is #CEA003. Grayscale: #626262. Windows color (decimal): -13541380 or 16539441. OLE color: 16539441.

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

Color convert

RGB 49 95 252 -
CMYK 0.81 0.62 0 0.01
HSL 226.4º 0.97% 0.59% -
HSV(B) 226.4º 0.81% 0.99% -
XYZ 22.93 15.87 93.95 -
YUV 99.14 214.26 92.23 -
System Red Green Blue C M Y K H S L
Decimal 49 95 252 0.81 0.62 0 0.01 226.4 0.97 0.59
Hex 31 5F FC 51 3E 0 1 E2 61 3B
Octal 61 137 374 121 76 0 1 342 141 73
Binary 110001 1011111 11111100 1010001 111110 0 1 11100010 1100001 111011

Color Harmonies of #315FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315FFC

Black with #315FFC

Text Example


Text Example

White with #315FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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