Html Css Color HEX #316CFD Royal Blue

📋 copy color: '#316CFD'

red 49 ◦ green 108 ◦ blue 253

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

Shades of Royal Blue #316CFD

Tints of Royal Blue #316CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.34%

 BLUE value IS 253 (99.22% from 255) = 61.71%

R = 11.95%
G = 26.34%
B = 61.71%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#316CFD (or 0x316CFD) is known color: Royal Blue. HEX triplet: 31, 6C and FD. RGB value is (49,108,253). Sum of RGB (Red+Green+Blue) = 49+108+253=410 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.95% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #316CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316CFD is #CE9302. Grayscale: #6A6A6A. Windows color (decimal): -13538051 or 16608305. OLE color: 16608305.

HSL color Cylindrical-coordinate representation of color #316CFD: hue angle of 222.65º degrees, saturation: 0.98, 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 #316CFD is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 108 253 -
CMYK 0.81 0.57 0 0.01
HSL 222.65º 0.98% 0.59% -
HSV(B) 222.65º 0.81% 0.99% -
XYZ 24.36 18.47 95.21 -
YUV 106.89 210.45 86.71 -
System Red Green Blue C M Y K H S L
Decimal 49 108 253 0.81 0.57 0 0.01 222.65 0.98 0.59
Hex 31 6C FD 51 39 0 1 DF 62 3B
Octal 61 154 375 121 71 0 1 337 142 73
Binary 110001 1101100 11111101 1010001 111001 0 1 11011111 1100010 111011

Color Harmonies of #316CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CFD

Black with #316CFD

Text Example


Text Example

White with #316CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316CFD; }

 p { color: rgb(49,108,253); }

 H1.HeaderClassName
 {
   color: #316CFD;
 }
 .AnyTagClassName
 {
   color: #316CFD;
 }
</style>

background-color css

<style>
 a { background-color: #316CFD; }

 a { background-color: rgb(49,108,253); }

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

border-color css

<style>
 span { border-color: #316CFD; }

 span { border-color: rgb(49,108,253); }

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