Html Css Color HEX #316EEF Royal Blue

📋 copy color: '#316EEF'

red 49 ◦ green 110 ◦ blue 239

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

Shades of Royal Blue #316EEF

Tints of Royal Blue #316EEF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.64%

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

R = 12.31%
G = 27.64%
B = 60.05%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#316EEF (or 0x316EEF) is known color: Royal Blue. HEX triplet: 31, 6E and EF. RGB value is (49,110,239). Sum of RGB (Red+Green+Blue) = 49+110+239=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #316EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316EEF is #CE9110. Grayscale: #696969. Windows color (decimal): -13537553 or 15691313. OLE color: 15691313.

HSL color Cylindrical-coordinate representation of color #316EEF: hue angle of 220.74º 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 #316EEF is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 110 239 -
CMYK 0.79 0.54 0 0.06
HSL 220.74º 0.86% 0.56% -
HSV(B) 220.74º 0.79% 0.94% -
XYZ 22.42 18.04 83.96 -
YUV 106.47 202.79 87.01 -
System Red Green Blue C M Y K H S L
Decimal 49 110 239 0.79 0.54 0 0.06 220.74 0.86 0.56
Hex 31 6E EF 4F 36 0 6 DD 56 38
Octal 61 156 357 117 66 0 6 335 126 70
Binary 110001 1101110 11101111 1001111 110110 0 110 11011101 1010110 111000

Color Harmonies of #316EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316EEF

Black with #316EEF

Text Example


Text Example

White with #316EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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