Html Css Color HEX #316CEF Royal Blue

📋 copy color: '#316CEF'

red 49 ◦ green 108 ◦ blue 239

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

Shades of Royal Blue #316CEF

Tints of Royal Blue #316CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.35%

R = 12.37%
G = 27.27%
B = 60.35%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#316CEF (or 0x316CEF) is known color: Royal Blue. HEX triplet: 31, 6C and EF. RGB value is (49,108,239). Sum of RGB (Red+Green+Blue) = 49+108+239=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #316CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316CEF is #CE9310. Grayscale: #686868. Windows color (decimal): -13538065 or 15690801. OLE color: 15690801.

HSL color Cylindrical-coordinate representation of color #316CEF: hue angle of 221.37º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #316CEF is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 108 239 -
CMYK 0.79 0.55 0 0.06
HSL 221.37º 0.86% 0.56% -
HSV(B) 221.37º 0.79% 0.94% -
XYZ 22.21 17.61 83.89 -
YUV 105.29 203.45 87.85 -
System Red Green Blue C M Y K H S L
Decimal 49 108 239 0.79 0.55 0 0.06 221.37 0.86 0.56
Hex 31 6C EF 4F 37 0 6 DD 56 38
Octal 61 154 357 117 67 0 6 335 126 70
Binary 110001 1101100 11101111 1001111 110111 0 110 11011101 1010110 111000

Color Harmonies of #316CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CEF

Black with #316CEF

Text Example


Text Example

White with #316CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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